alexey-milovidov
3399f9a73c
Merge pull request #8112 from hczhcz/patch-1210
...
Add function bankerRound
2019-12-15 23:57:13 +03:00
alexey-milovidov
d2ae3075fb
Update rounding_functions.md
2019-12-15 23:56:56 +03:00
Zhichang Yu
766f7f673e
fixed arrayPushFront doc ( #8058 )
2019-12-13 17:31:13 +03:00
alexey-milovidov
0a9c7ee212
Update array_functions.md
2019-12-12 21:57:12 +03:00
zhang2014
194ab5526d
add arrayZip function
2019-12-12 00:22:14 +08:00
hcz
d1e757956b
Update docs about rounding functions
2019-12-10 14:21:43 +08: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
c0e11ad86a
Update other_functions.md
2019-12-09 04:59:27 +03:00
alexey-milovidov
12afaf57d4
Update json_functions.md
2019-12-08 23:50:00 +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 Shtykov
22399ad7be
CLICKHOUSEDOCS-121: Update by the comments.
2019-12-03 19:52:28 +03:00
Sergei Shtykov
6d11f96106
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-121-addressToLine
2019-12-03 18:05:07 +03:00
BayoNet
4205fe8c9b
Update docs/en/query_language/functions/introspection.md
...
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-12-03 18:00:45 +03:00
BayoNet
e86a1cd68e
DOCS-6182: The flatten
function docs ( #7661 )
...
* Array flatten function description (#67 )
* docs(flatten): add flatten description
* docs(flatten): flatten description
* docs(flatten): flatten description (minor changes)
* docs(flatten): add flatten description
* docs(flatten): flatten description
* docs(flatten): flatten description (minor changes)
* docs(flatten): changing description
* DOCAPI-6182: The flatten function docs
* Update docs/en/query_language/functions/array_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* DOCAPI-6182: Switched names.
2019-12-03 13:11:13 +03:00
asiana21
76ed5692aa
docs(fqdn): add description
2019-12-03 09:42:59 +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
28fbfc8405
Update hash_functions.md
2019-12-03 03:56:38 +03:00
Sergei Bocharov
a64db10135
Fixes for javaHashUTF16LE
2019-11-29 15:15:56 +03:00
elenaspb2019
bd82806ae1
docs(javaHashUTF16LE):The new description of javaHashUTF16LE
function was added.
2019-11-29 13:01:13 +03:00
Sergei Bocharov
f3f54acb12
Fixes
2019-11-26 15:47:06 +03:00
liu-bov
fb64ebb61e
docs(arrayCompact): fix newly added description
2019-11-26 15:47:06 +03:00
liu-bov
92195224b5
docs(arrayCompact): add description
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
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
BayoNet
d45898a759
CLICKHOUSEDOCS-121: Introspection functions description.
2019-11-21 08:58:57 +03:00
BayoNet
7aee9567ef
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-121-addressToLine
2019-11-20 15:50:47 +03:00
BayoNet
722aac986e
CLICKHOUSEDOCS-121: EN docs for the addressToLine function and the allow_introspection_functions setting.
2019-11-19 19:57:03 +03:00
Viktor Taranenko
fffda9c530
document arrayFlatten (flatten) in en, ru
2019-11-17 18:37:53 +00:00
achimbab
7fd8127d6a
[docs] added javaHashUTF16LE().
2019-11-11 13:13:55 +09:00
alexey-milovidov
0fefebae1b
Merge pull request #7518 from sundy-li/improve_range
...
Improve range
2019-11-08 00:59:05 +03:00
Mikhail Korotov
317af908fd
Merge branch 'master' into decimal_hex_function
2019-11-06 18:20:05 +03:00
BayoNet
6ae3998fe7
DOCS-163: Docs for the Interval data type and the INTERVAL operator. ( #7452 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* Link fixes.
* CLICKHOUSEDOCS-163: INTERVAL related articles
* CLICKHOUSEDOCS-163: build fixes.
* Update docs/en/data_types/special_data_types/interval.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-163: Update after the review.
2019-11-06 15:14:41 +03:00
sundy-li
76b75dc0e8
args to supertype
2019-11-06 18:19:08 +08:00
BayoNet
99210b24a9
DOCS-4146: Updated the description of the DateTime data type. ( #7429 )
...
* Typo fix.
* elenbaskakova-DOCSUP-52 (#66 )
The article "Time Zones" has been expanded.
* DOCAPI-4146: DateTime rewrited.
* DOCAPI-4146: Update after the review.
2019-11-06 13:03:06 +03:00
millb
5c478dfe02
Merge branch 'master' into decimal_hex_function
2019-11-06 09:43:30 +03:00
alexey-milovidov
eb6add45ea
Merge pull request #7626 from ClickHouse/char-test-utf8
...
Added a test for function "char" that proves that it's applicable for non-ASCII.
2019-11-05 21:38:37 +03:00
alexey-milovidov
6a871f579f
Merge pull request #7598 from infinivision/bitmap_replace
...
added bitmapTransform
2019-11-05 02:23:50 +03:00
alexey-milovidov
52b817d0df
Update bitmap_functions.md
2019-11-05 02:22:38 +03:00
Alexey Milovidov
e4e22730ec
Updated documentation
2019-11-05 01:53:08 +03:00
alexey-milovidov
7d2a16ee39
Merge pull request #7486 from sundy-li/char_function
...
functions: add char function
2019-11-05 01:40:18 +03:00
Zhichang Yu
da2d05802c
added bitmapTransform
2019-11-04 14:55:31 +08:00
alexey-milovidov
d08bfbd3e1
Merge pull request #7328 from Joeywzr/arrayCompact
...
implement arrayCompact
2019-11-03 01:07:19 +03:00
alexey-milovidov
fa0274e223
Merge pull request #7380 from hczhcz/patch-1018
...
Add function arrayFill and arrayReverseFill
2019-11-03 01:06:41 +03:00
sundy-li
d2a785f759
fix style
2019-10-31 12:59:50 +08: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