Commit Graph

2339 Commits

Author SHA1 Message Date
Alexey
ef6443f3f5 Translated paragraph about NULL from ru to en.
Copied corresponding example
2021-11-19 19:21:50 +00:00
Dmitriy
8dab82f00c Document some hash functions
Задокументировал две хеш-функции sipHash128 и murmurHash3_128.
2021-11-19 21:34:31 +03:00
Andrey Torsunov
7f25ac0598
typo in PostgreSQL 2021-11-19 14:37:10 +03:00
SuperDJY
dd2972b8c3
return fake create query when executing show create table on system's tables. (#31391)
* clarify that cannot show create table of system's tables

* clarify that cannot show create table of system's tables in the document

* bypass test style-check for required `database=currentDatabase()` because `show create table` do not have condition

* rename supportsShowCreateTable to isSystemStorage

* build fake create query for show create table of system's tables

* fix tests for show create table on system's table:

1. only build fake create query when cannot get real query
2. only test rocksdb when it's enabled.

* fix test for show create table system.tables

* fix test for ASTCreateQuery set table and database

* change to LOGICAL_ERROR when cannot get in_memory metadata

Co-authored-by: tavplubix <tavplubix@gmail.com>

* implement common getCreateQueryFromStorage

Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-19 13:25:55 +03:00
Alexey
108e86bf57 Changed examples: take from dev PR 2021-11-18 19:44:38 +00:00
andrc1901
a9a55b38be
Update exponentialmovingaverage.md 2021-11-18 21:09:26 +03:00
Andrei Ch
2717a0268a suggestions are resolved 2021-11-18 20:42:41 +03:00
alexey-milovidov
3e62f8a548
Merge pull request #30448 from FArthur-cmd/remove_comments_for_enc_docs
Remove comments for enc docs
2021-11-18 09:42:59 +03:00
alexey-milovidov
2248f43a99
Update tuple-map-functions.md 2021-11-18 08:03:49 +03:00
romanzhukov
5769631ec1 DOCSUP-16661: Update docs. 2021-11-16 23:45:53 +03:00
Nikolai Kochetov
a3f3564015
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:59:56 +03:00
Nikolai Kochetov
2d5c399cbc
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:59:50 +03:00
Nikolai Kochetov
80e6769f3b
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:56:42 +03:00
Nikolai Kochetov
0ff27368c0
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:56:19 +03:00
Nikolai Kochetov
b275c3b784
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-16 12:55:59 +03:00
lehasm
da76c4053c
Update docs/en/sql-reference/operators/exists.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-15 22:49:22 +03:00
Andrei Ch
ac4be9751a toc-priority added 2021-11-14 16:52:07 +03:00
Maksim Kita
f283d46e3a
Merge pull request #30931 from sevirov/sevirov-DOCSUP-14511-document_custom_query_for_database_dictionaries
DOCSUP-14511: Document custom query for database dictionaries
2021-11-14 15:24:35 +03:00
Andrei Ch
3157c61d90 Documentation of exponentialMovingAverage 2021-11-13 23:18:59 +03:00
Alexey
301e403d22 link from EXISTS to WHERE 2021-11-13 20:00:00 +00:00
Alexey
40952d53ac Small text change
Removed See Also EXISTS from WHERE
2021-11-13 19:47:50 +00:00
Alexey
ba0d57b90e Added example to WHERE 2021-11-13 19:46:38 +00:00
alexey-milovidov
558a1257e7
Merge pull request #31279 from RainbowDashy/patch-1
docs: Add descriptions for string aliases
2021-11-13 01:28:07 +03:00
Alexey
398e164e46 en draft (EXISTS) 2021-11-12 20:02:26 +00:00
Denny Crane
22a32c46bd
Update dictionary.md 2021-11-12 13:00:34 -04:00
alesapin
fe44b167d1
Merge pull request #31110 from sevirov/sevirov-DOCSUP-15458-document_the_alter_table_modify_comment
DOCSUP-15458: Document the SQL-statement ALTER TABLE ... MODIFY COMMENT
2021-11-12 16:45:00 +03:00
Maksim Kita
59c855c038
Merge pull request #31012 from karnevil13/karnevil-DOCSUP-16608
DOCSUP-16608: Documented JSONExtractKeys function
2021-11-12 16:29:43 +03:00
Maksim Kita
42ecb28788
Merge pull request #31082 from sevirov/sevirov-DOCSUP-16607-update_the_sql_statement_create_dictionary
DOCSUP-16607: Update the SQL-statement CREATE DICTIONARY
2021-11-12 16:29:27 +03:00
Anton Popov
b897bc3a5e
Merge pull request #30835 from lehasm/alexey-sm-DOCSUP-14792-update-bitShift-functions
DOCSUP-14792-document-bitShift-functions
2021-11-11 15:23:47 +03:00
p0ny
b9525797f8
Add descriptions for string aliases 2021-11-11 10:48:38 +08:00
Denny Crane
8ea209c084
Update column.md 2021-11-09 17:34:28 -04:00
sevirov
2cf825d1d1
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 19:11:51 +03:00
sevirov
86b2a5f411
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 19:11:45 +03:00
sevirov
8c5378a0ea
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 19:11:39 +03:00
sevirov
30ae146573
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 19:11:33 +03:00
sevirov
40b693e14b
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 19:11:25 +03:00
tavplubix
9fe6687a62
Merge pull request #31129 from ka1bi4/romanzhukov-DOCSUP-15137-zookeeperSessionUptime
DOCSUP-15137: [CLICKHOUSEDOCS] Document the zookeeperSessionUptime() function
2021-11-09 14:14:26 +03:00
Roman Bug
b8248cdc95 Minor fix. 2021-11-09 13:08:47 +03:00
Roman Bug
d8f1ff7727
Update docs/en/sql-reference/functions/other-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-09 13:02:06 +03:00
alesapin
cf77fd9ac5
Merge pull request #31128 from den-crane/patch-37
Doc. freeze with name
2021-11-08 10:12:07 +03:00
Kseniia Sumarokova
eb546406de
Merge pull request #30954 from olgarev/revolg-DOCSUP-12852-argument_for_StorageMerge_supports_regular_expression
DOCSUP-12852: Database argument for Merge table engine supports regular expression
2021-11-08 09:34:08 +03:00
romanzhukov
206c72ed50 DOCSUP-15137: Add zookeeperSessionUptime docs. 2021-11-08 00:42:57 +03:00
Denny Crane
b391ca512a
Doc. freeze with name 2021-11-07 17:42:56 -04:00
Dmitriy
2f01d45bb2 Translate to Russian
Выполнил перевод на русский язык.
2021-11-07 19:04:14 +03:00
sevirov
10cfbbc1a6
Update docs/en/sql-reference/statements/alter/index.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-07 18:09:07 +03:00
sevirov
11b1662eb0
Update docs/en/sql-reference/statements/alter/comment.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-07 18:09:01 +03:00
sevirov
deb25ebeef
Update docs/en/sql-reference/statements/alter/comment.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-11-07 18:08:55 +03:00
karnevil13
628957e153
Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-06 23:59:32 +03:00
karnevil13
56ba0423f1
Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-06 23:58:50 +03:00
karnevil13
9bb0eb6adc
Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-06 23:58:36 +03:00
karnevil13
54138c4873
Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-06 23:58:24 +03:00
karnevil13
38dad4b02b
Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-06 23:58:15 +03:00
karnevil13
e89f4a1159
Update docs/en/sql-reference/functions/json-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-06 23:58:06 +03:00
Dmitriy
ab3dbd8108 Translate to Russian
Выполнил перевод на русский язык.
2021-11-06 14:24:01 +03:00
Dmitriy
1c08065a37 Translate to Russian
Выполнил перевод на русский язык.
2021-11-06 10:52:28 +03:00
Dmitriy
bd355bd727 Fix link
Поправил ссылку.
2021-11-05 21:13:46 +03:00
Dmitriy
fa3bbdb0a0 Document ALTER TABLE MODIFY COMMENT
Задокументировал comment.md
2021-11-05 19:40:17 +03:00
Dmitriy
0d4275f43e Fix links
Поправил ссылку.
2021-11-04 19:37:03 +03:00
Dmitriy
4355d69213 Create comment to dictionary
Задокументировал комментарий к словарю, обновил примеры и системную таблицу.
2021-11-04 19:08:42 +03:00
Dmitriy
e55bfe7f37 Update external-dicts-dict-sources.md
Поправил описание.
2021-11-03 17:40:49 +03:00
Kruglov Pavel
a22ab40468
Merge pull request #24539 from ildus/map_combinator
add Map combinator for the Map type
2021-11-03 11:25:23 +03:00
karnevil13
4408aa86fb DOCSUP-16608: [CLICKHOUSEDOCS] Documented JSONExtractKeys function 2021-11-02 20:27:51 +03:00
olgarev
dd2698ed98 Possible values for db name 2021-11-02 14:29:20 +00:00
Alexey
74089272b9 Added 'Query:' 2021-11-01 19:42:38 +00:00
Alexey
59b4752693 Int/UInt reverted to Intereg types
Some updates
2021-11-01 19:17:46 +00:00
tavplubix
3f8f08c49c
Merge pull request #30772 from sevirov/sevirov-DOCSUP-16361-update_the_sql_statement_create_database
DOCSUP-16361: Update the SQL-statement CREATE DATABASE
2021-11-01 21:40:48 +03:00
Dmitriy
4d2be6d8bb Add database engines
Добавил движки баз данных.
2021-11-01 19:39:35 +03:00
sevirov
279e1eb6e9
Update docs/en/sql-reference/statements/create/database.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-11-01 18:58:08 +03:00
lehasm
daa0f1e021
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:37:53 +03:00
lehasm
2ea6f0cddd
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:37:36 +03:00
lehasm
caff0bf63e
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:37:07 +03:00
lehasm
ec9d794246
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:35:25 +03:00
lehasm
d024efd9b4
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:35:07 +03:00
lehasm
4e4db85784
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:34:46 +03:00
lehasm
f6550b6ec1
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:33:20 +03:00
lehasm
ec9eca4551
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:32:21 +03:00
lehasm
2ff38cd128
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:32:00 +03:00
lehasm
f9ceaecc2d
Update docs/en/sql-reference/functions/bit-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-01 18:31:37 +03:00
olgarev
c17bf072fe Initial 2021-11-01 10:39:25 +00:00
Vladimir C
9d967e9883
Merge pull request #30840 from nickitat/nickitat_any_type_4_arrayStringConcat 2021-11-01 11:48:45 +03:00
Dmitriy
d4eb5ec1d0 Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14511-document_custom_query_for_database_dictionaries 2021-10-31 21:32:42 +03:00
Dmitriy
43d68af165 Add the custom query
Добавил поле query в некоторые источники словарей.
2021-10-31 20:53:49 +03:00
alexey-milovidov
15b9d65221
Merge pull request #30662 from azat/conf-clickhouse
Switch everything left from `<yandex>` to `<clickhouse>`
2021-10-31 14:56:51 +03:00
alexey-milovidov
bc5be3208e
Merge pull request #30815 from simpl1g/doc-add-projection-example
[DOCS] Fix ADD PROJECTION example in ru/en docs
2021-10-31 14:29:48 +03:00
Maksim Kita
cf0fbbbc17
Merge pull request #30406 from andrc1901/andrc1901-DOCSUP-16606-translate_to_russian
DOCSUP-16606: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 23:53:45 +03:00
Maksim Kita
ca5886a362
Merge pull request #30669 from gyuton/gyuton-DOCSUP-14091-Document-the-tupleToNameValuePairs
DOCSUP-14091: Documented the tupleToNameValuePairs
2021-10-29 23:52:58 +03:00
gyuton
a5cd1aa294
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-29 22:24:14 +03:00
Kseniia Sumarokova
2050d0a33d
Merge pull request #30793 from lingtaolf/feature/function_mapExtractKeyLike
Add  new function mapExtractKeyLike
2021-10-29 21:54:39 +03:00
Anton Popov
c9e114436a
Merge pull request #30342 from lehasm/alexey-sm-DOCSUP-14793-document-describe_include_subcolumns
DOCSUP-14793: document describe_include_subcolumns setting
2021-10-29 17:49:03 +03:00
mergify[bot]
00b1024d75
Merge branch 'master' into map_combinator 2021-10-29 13:36:47 +00:00
Nikolai Kochetov
8316e4d420
Merge pull request #30147 from ka1bi4/romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries
DOCSUP-14101: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 15:12:45 +03:00
Roman Bug
2ac17c57ec
DOCSUP-15710: [CLICKHOUSEDOCS] Edit and translate to Russian (s2 functions) (#29787) 2021-10-29 14:28:41 +03:00
mergify[bot]
65df198e9b
Merge branch 'master' into conf-clickhouse 2021-10-28 22:19:42 +00:00
Nickita Taranov
982d38e60c update docs 2021-10-29 00:40:42 +03:00
Alexey
4ae73c9493 en draft 2021-10-28 20:30:16 +00:00
Alexey
671b421a31 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-14793-document-describe_include_subcolumns 2021-10-28 19:45:53 +00:00
Dmitriy
3515ab99b6 Translate to Russian
Выполнил перевод на русский язык.
2021-10-28 20:27:29 +03:00
Konstantin Ilchenko
88084c715b [DOCS] Fix ADD PROJECTION example in ru/en docs 2021-10-28 17:34:09 +02:00
Kruglov Pavel
31a1fa6b4c
Merge pull request #30417 from ka1bi4/romanzhukov-DOCSUP-16598-normalizeUTF8
DOCSUP-16598: [CLICKHOUSEDOCS] Document the normalizeUTF8 functions
2021-10-28 16:09:54 +03:00
Roman Bug
1eec90b765
Merge branch 'master' into romanzhukov-DOCSUP-14101-Edit-and-translate-to-Russian-mapPopulateSeries 2021-10-28 15:23:04 +03:00