Commit Graph

197 Commits

Author SHA1 Message Date
BayoNet
663b68cd08
Fixed documentation build (#8266)
* Link fix.

* Fixed something.
2019-12-18 14:35:25 +03:00
Alexey Milovidov
2d00de93b9 Attempt to fix docs 2019-12-18 07:40:36 +03:00
BayoNet
017b8b6638 Link fix. (#8246) 2019-12-17 12:18:56 +03:00
alexey-milovidov
12b3dcdcb8
Merge pull request #8034 from hombit/h3support
h3 functions required for circle search
2019-12-16 21:35:19 +03:00
Konstantin Malanchev
44cb6f8950 Russian docs for h3EdgeAngle 2019-12-16 20:46:39 +03:00
Konstantin Malanchev
4b0f79f11c Russian docs for h3EdgeLengthM 2019-12-16 20:46:38 +03:00
Konstantin Malanchev
7c71be771b Russian docs for h3kRing 2019-12-16 20:46:38 +03:00
Zhichang Yu
766f7f673e fixed arrayPushFront doc (#8058) 2019-12-13 17:31:13 +03:00
Konstantin Malanchev
651d847c8e Russian docs for h3IsValid 2019-12-13 11:39:50 +03:00
Konstantin Malanchev
d291a84592 Russian docs for h3GetResolution 2019-12-13 11:39:50 +03:00
alexey-milovidov
6e9661628b
Merge pull request #8023 from godfreyd/en-docs/CLICKHOUSEDOCS-418
Docs: added FQDN function description
2019-12-09 04:59:47 +03:00
alexey-milovidov
31b2561838
Update json_functions.md 2019-12-08 23:51:47 +03:00
Oleg Matrokhin
ce1ef2afdb fix docs 2019-12-08 17:51:21 +03:00
Oleg Matrokhin
65628b7171 add docs 2019-12-08 17:49:26 +03:00
BayoNet
fe926f3c06
DOCS-163: INTERVAL. EN review, RU translation for #7452 (#7740)
* Update operators.md (#70)

* Update operators.md (#71)

* CLICKHOUSEDOCS-163: EN review, RU translation.

* CLICKHOUSEDOCS-163: Fix

* Update docs/ru/data_types/special_data_types/interval.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/ru/query_language/operators.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* Update docs/ru/data_types/special_data_types/interval.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-163: Clarification.
2019-12-06 15:22:55 +03:00
Sergei Bocharov
529293faad Docs: added docs for trimLeft, trimRight, trimBoth (#7924) 2019-12-05 13:03:35 +03:00
Sergei Bocharov
c47f344afd Fixes for FQDN function 2019-12-04 12:17:35 +03:00
alexey-milovidov
0946b41457
Merge pull request #7930 from godfreyd/en-docs/CLICKHOUSEDOCS-451
Docs: added arrayCompact function
2019-12-03 05:02:12 +03:00
alexey-milovidov
ee200fca77
Merge pull request #7967 from godfreyd/en-docs/CLICKHOUSEDOCS-452
Docs for javaHashUTF16LE function
2019-12-03 03:58:09 +03:00
alexey-milovidov
f231436caa
Update hash_functions.md 2019-12-03 03:57:51 +03:00
Sergei Bocharov
a64db10135 Fixes for javaHashUTF16LE 2019-11-29 15:15:56 +03:00
Sergei Bocharov
f3f54acb12 Fixes 2019-11-26 15:47:06 +03:00
tavplubix
e19220cb69
Merge pull request #7889 from godfreyd/en-docs/CLICKHOUSEDOCS-366
docs(bitTest, bitTestAny, bitTestAll):The new description of `bitTest…
2019-11-22 21:10:02 +03:00
Sergei Bocharov
05e05a709e Fixes 2019-11-22 14:53:56 +03:00
elenaspb2019
ffa3378fcd docs(bitTest, bitTestAny, bitTestAll):The new description of bitTest, bitTestAny, bitTestAll functions were added. 2019-11-22 14:46:18 +03:00
akonyaev
78f13839ac Add exception for illegal types for conversion functions with -OrZero or -OrNull postfixes.
Add docs for conversion functions with -OrZero and -OrNull postfixes.
2019-11-21 18:46:25 +03:00
Viktor Taranenko
fffda9c530 document arrayFlatten (flatten) in en, ru 2019-11-17 18:37:53 +00:00
Mikhail Korotov
59ec541c15
Update encoding_functions.md 2019-11-06 19:02:26 +03:00
millb
5c478dfe02 Merge branch 'master' into decimal_hex_function 2019-11-06 09:43:30 +03:00
alexey-milovidov
c3645595ee
Merge pull request #7521 from godfreyd/godfreyd-CLICKHOUSEDOCS-43
Docs(repeat): Added repeat function description
2019-10-31 00:11:49 +03:00
BayoNet
a06c8a1dec CLICKHOUSEDOCS-443: fixes. 2019-10-30 19:47:53 +03:00
millb
864bfb20ad Docs added 2019-10-30 18:34:09 +03:00
liu-bov
7b3e34a79a docs(repeat): Added repeat function description 2019-10-29 12:39:29 +03:00
Azat Khuzhin
2d2e738085 Add CRC32IEEE()/CRC64() support
zlib's implementation uses CRC-32-IEEE 802.3 polynomial (0xedb88320) but
with starting value 0xffffffff, so introduce another crc32
implementation - CRC32IEEE that has starting value - 0

Also add CRC64 with ECMA polynomial.

v2: s/crc*_data./crc*_data./ to avoid conflicts with other crc32.h in contrib
v3: join with existing CRC32()
2019-10-25 15:52:41 +03:00
VDimir
f1630b4e2e Merge branch 'master' into feature/isvalidjson-5910 2019-10-19 06:21:21 +00:00
BayoNet
7601fafe63
DOCS-413: Links fixes. (#7362)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* CLICKHOUSEDOCS-413: Links fixes.
2019-10-17 13:38:32 +03:00
Sergei Bocharov
f0c38c82ca Fix typos 2019-10-14 13:34:27 +03:00
Sergei Bocharov
f5ebf2ccb7 Added Quick Start info 2019-10-14 13:34:27 +03:00
Danila Kutenin
57f20ba17e All multi{Fuzzy}MatchAllIndices functions 2019-10-13 15:22:09 +02:00
VDimir
9a9a234410 Add doc for isValidJSON 2019-10-12 12:00:46 +00:00
Sergei Bocharov
da0e9a1106 Fixes 2019-10-04 10:24:41 +03:00
Elena Baskakova
9d2f9c3d7f docs(currentUser): fix description 2019-10-04 10:20:17 +03:00
alexey-milovidov
cbd2f1d8cd
Merge pull request #7112 from godfreyd/godfreyd-startswith
Docs(startsWith): Fix startsWith function
2019-09-30 14:59:39 +03:00
Sergei Bocharov
b641c7e163 Fix replicate function description 2019-09-30 12:18:43 +03:00
Sergei Bocharov
8a579ee3a6 Fixes after review 2019-09-30 10:24:02 +03:00
Denis Zhuravlev
0a686b1e86
Update array_functions.md
Fix arrayDifference description.
2019-09-28 18:52:52 -03:00
BayoNet
34b61e8dff
DOCAPI-7442: EN review, RU translation for updated system.parts docs (#7041)
* Typo fix.

* Update system_tables.md (#40)

* DOCAPI-7442: RU translation.

* DOCAPI-7442: Fix.
2019-09-28 17:58:10 +03:00
BayoNet
fa31743ace
DOCAPI-8259: EN review, RU translation. toInt, toUint docs refactoring and update (#7043)
* Typo fix.

* Update type_conversion_functions.md (#48)

* DOCAPI-8259: RU translation

* DOCAPI-8259: EN. Numeric conversion issues.

* DOCAPI-8259: Clarification.
2019-09-28 17:55:50 +03:00
Denis Zhuravlev
774e255154 Doc change. translation to Russian some array functions (#7139) 2019-09-28 09:39:25 +03:00
Sergei Bocharov
a0e11264ee Fix startsWith function 2019-09-26 14:39:39 +03:00