Commit Graph

2321 Commits

Author SHA1 Message Date
alexey-milovidov
1f9b542ee9
Merge pull request #32003 from cmsxbc/support-postgresql-style-alter-modify-column
Support PostgreSQL style ALTER MODIFY COLUMN
2021-12-01 04:10:41 +03:00
Maksim Kita
e25ac911af
Merge pull request #31458 from ka1bi4/romanzhukov-DOCSUP-16661-polygon-dictionary
DOCSUP-16661: [CLICKHOUSEDOCS] Polygon dictionary support read
2021-12-01 01:12:53 +03:00
cmsxbc
366ee3deba
Support PostgreSQL style ALTER MODIFY COLUMN 2021-11-30 21:07:14 +08:00
Vladimir C
ef2571af06
Merge pull request #31585 from lehasm/alexey-sm-DOCSUP-14893-document-COMPRESSION 2021-11-30 11:36:45 +03:00
Vladimir C
c6d49769d9
Apply suggestions from code review 2021-11-30 11:36:03 +03:00
Vladimir C
964203e712
Merge pull request #31545 from sevirov/sevirov-DOCSUP-18083-document_the_murmurhash3_128_and_siphash128_functions 2021-11-29 13:59:56 +03:00
Vladimir C
645ae45b01
Apply suggestions from code review 2021-11-29 13:59:20 +03:00
Nikolai Kochetov
af44449647
Merge pull request #31396 from andrc1901/andrc1901-DOCSUP-15237-exponentialMovingAverage
DOCSUP-15237: Documentation of the exponentialMovingAverage function
2021-11-29 11:17:31 +03:00
Alexey
bc4047ef24 updates 2021-11-28 19:26:51 +00:00
Alexey
b8a3f62734 updates 2021-11-28 08:20:57 +00:00
Alexey
031cd54cea Updated INSERT INTO 2021-11-28 07:59:40 +00:00
Alexey
2664b664a7 INSERT INTO syntax reverted 2021-11-27 20:05:28 +00:00
Vladimir C
41c9067f48
Merge pull request #31706 from yandd/master 2021-11-26 12:29:09 +03:00
alexey-milovidov
51a0d6c2f3
Update json-functions.md 2021-11-26 00:20:37 +03:00
yandd
7b43608e1f
Fixed function ngrams 2021-11-24 21:18:38 +08:00
Andrei Ch
a43a02d6d2 text correction 2021-11-23 21:50:02 +03:00
andrc1901
6990332939
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:10:01 +03:00
andrc1901
39add35153
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:09:06 +03:00
andrc1901
77fa5da049
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:08:41 +03:00
andrc1901
bc12593470
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:06:44 +03:00
andrc1901
b25c85cde3
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:05:42 +03:00
andrc1901
1b62120c1a
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:03:08 +03:00
andrc1901
bbd14f7e53
Update docs/en/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-11-23 21:02:44 +03:00
Alexey
83886b76a3 INSERT INTO TABLE FUNCTION draft 2021-11-22 19:17:00 +00:00
Dmitriy
a6d33aaf03 Translate to Russian
Выполнил перевод на русский язык.
2021-11-22 20:52:09 +03:00
filimonov
9b06430cbd
Update string-search-functions.md 2021-11-22 14:05:23 +01:00
Kseniia Sumarokova
32911193de
Merge pull request #31394 from lehasm/alexey-sm-DOCSUP-17653-doc-WHERE-EXISTS
DOCSUP-17653: document EXISTS(subquery)
2021-11-22 08:57:53 +03:00
Alexey
8943908cf0 INSERT FROM INFILE draft 2021-11-21 11:28:17 +00:00
Alexey
b17b05590c INTO OUTFILE description updated 2021-11-20 18:44:45 +00:00
romanzhukov
d9b848f99d DOCSUP-16661: Update example and docs. 2021-11-20 14:28:25 +03:00
romanzhukov
3f1150df2d DOCSUP-16661: Update example and docs. 2021-11-20 14:15:39 +03:00
Alexey
122b42c36a Formatting updated. Spelling fix.
2 paragraphs reordered.
2021-11-20 08:44:36 +00:00
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