Ilya Yatsishin
d6653f1fdc
Merge pull request #10147 from BayoNet/en-docs/CLICKHOUSEDOCS-475-system-dictionaries
...
DOCS-475: system.dictionaries
2020-04-09 16:05:33 +03:00
Ivan Blinkov
4d298fd420
Update zh docs and fix en docs ( #10125 )
2020-04-08 17:22:25 +03:00
Sergei Shtykov
1bb00b8e2e
Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-475-system-dictionaries
2020-04-08 16:30:21 +03:00
Sergei Shtykov
1aeacfb071
Updated fit new structure of en docs.
2020-04-08 16:30:02 +03:00
Ilya Yatsishin
9a2bf270fd
Merge pull request #10036 from kerolasa/docs/cutIP
...
docs: tell the cutIPv6() is cutting bytes not bits
2020-04-07 17:15:11 +03:00
BayoNet
043c86dbb5
DOCS-499: avgWeighted ( #10040 )
...
* CLICKHOUSEDOCS-499: avgWeighted description is added.
* CLICKHOUSEDOCS-499: Update.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-04-06 17:10:03 +03:00
Sami Kerola
5fb5fd1884
[docs] tell the cutIPv6() is cutting bytes not bits
...
The IPv6CIDRToRange() appears to use bits while cutIPv6() will cut in bytes.
WITH IPv6StringToNum('FFFF:FFFF:FFFF:FFFF:AAAA:AAAA:AAAA:AAAA') AS ipv6
SELECT
cutIPv6(ipv6, 8, 0),
tupleElement(IPv6CIDRToRange(ipv6, 64), 1)
2020-04-03 19:56:46 +01:00
Ivan Lezhankin
8a5a73e76d
Merge branch 'master' into dbms2src
2020-04-03 18:20:05 +03:00
Ivan Blinkov
b66c26d833
Get rid of toc_en.yml ( #10023 )
2020-04-03 16:23:32 +03:00