Commit Graph

395 Commits

Author SHA1 Message Date
BayoNet
10c990a8ae DOCS-463: Hierarhical dictionaries (#8977)
* Description of hierarchical dictinary.
2020-02-08 14:21:22 +03:00
BayoNet
c19c9f8f18 DOCS-535: Markup fixes. Some remarks about formatting for Nested structures (#9020)
* Markup fixes.
* Some remarks about Nested formatting.
2020-02-08 14:10:24 +03:00
Ivan Blinkov
03f532d249
Merge pull request #8972 from blinkov/master
Docs build fixes
2020-02-03 17:58:17 +03:00
Ivan Blinkov
d404456373 Docs build fixes 2020-02-03 16:08:46 +03:00
alexey-milovidov
e24926d16e
Merge pull request #8952 from azat/getSerializedSize
Add blockSerializedSize() function (size on disk without compression)
2020-02-03 15:46:26 +03:00
Ivan Blinkov
befcecc3bb Docs fixes 2020-02-03 15:00:10 +03:00
Azat Khuzhin
e89ceae61a Add blockSerializedSize() function (size on disk without compression)
Sometimes it is useful to know how much does this data will take on
disk, with blockSerializedSize() you can know this (although without
compression).

This can be a major knowledge for various aggregation functions that
tracking some state (i.e. uniqCombined).
2020-02-03 11:26:40 +03:00
alexey-milovidov
74f2e1c997
Merge branch 'master' into en-docs/CLICKHOUSEDOCS-378 2020-02-03 01:42:12 +03:00
alexey-milovidov
75f6a0bed9
Update array_functions.md 2020-02-03 01:40:24 +03:00
alexey-milovidov
0adbd57648
Update array_functions.md 2020-02-03 01:39:46 +03:00
alexey-milovidov
b71ab145f9
Update array_functions.md 2020-02-03 01:39:00 +03:00
alexey-milovidov
3af6349e7b
Update other_functions.md 2020-02-03 01:19:23 +03:00
alexey-milovidov
acead7b747
Update other_functions.md 2020-02-03 01:17:57 +03:00
alexey-milovidov
2741220c86
Merge branch 'master' into en-docs/CLICKHOUSEDOCS-396 2020-02-03 01:10:04 +03:00
alexey-milovidov
cb86488c48
Update conditional_functions.md 2020-02-03 01:09:17 +03:00
alexey-milovidov
c7bf83eda9
Merge branch 'master' into en-docs/CLICKHOUSEDOCS-63 2020-02-03 01:06:53 +03:00
alexey-milovidov
bc9ad0db51
Merge pull request #7718 from godfreyd/en-docs/CLICKHOUSEDOCS-101-concatassumeInjective
Docs: added concat & concatAssumeInjective
2020-02-03 01:02:06 +03:00
alexey-milovidov
a982657414
Update string_functions.md 2020-02-03 00:59:23 +03:00
alexey-milovidov
1c9b444e78
Merge pull request #7525 from godfreyd/en-docs/CLICKHOUSEDOCS-426-bitmapsubsetLimit
Docs(bitmapSubsetLimit): Added bitmapSubsetLimit description
2020-02-03 00:50:24 +03:00
alexey-milovidov
e2a704bfdb
Merge pull request #7478 from godfreyd/en-docs/DOCAPI-5743-dateDiff
Docs dateDiff
2020-02-03 00:49:52 +03:00
alexey-milovidov
b406e95248
Merge pull request #7244 from godfreyd/godfreyd-CLICKHOUSEDOCS-66
Docs(otherfunctions): Fix filesystemAvailable & filesystemFree & file…
2020-02-03 00:43:52 +03:00
alexey-milovidov
6bf6399983
Update other_functions.md 2020-02-03 00:41:23 +03:00
alexey-milovidov
35e984316f
Merge pull request #7428 from godfreyd/godfreyd-CLICKHOUSEDOCS-409
Docs for multiSearchAllPositions() и multiSearchAllPositionsUTF8()
2020-02-03 00:39:13 +03:00
alexey-milovidov
b1ad4d761f
Update string_search_functions.md 2020-02-03 00:38:00 +03:00
alexey-milovidov
264beba210
Merge branch 'master' into godfreyd-CLICKHOUSEDOCS-185 2020-02-03 00:27:36 +03:00
alexey-milovidov
e5bf072dac
Update other_functions.md 2020-02-03 00:25:51 +03:00
alexey-milovidov
a685c649c3
Merge pull request #7451 from godfreyd/godfreyd-CLICKHOUSEDOCS-301
Docs for toUnixTimestamp
2020-02-03 00:22:38 +03:00
alexey-milovidov
f03cf6921e
Update date_time_functions.md 2020-02-03 00:22:27 +03:00
alexey-milovidov
aa2a010d38
Update date_time_functions.md 2020-02-03 00:21:48 +03:00
alexey-milovidov
f62629f6a8
Update date_time_functions.md 2020-02-03 00:20:56 +03:00
alexey-milovidov
a146ab061a
Merge pull request #8741 from godfreyd/en-docs/CLICKHOUSEDOCS-82
Docs: hex function
2020-02-02 23:45:05 +03:00
alexey-milovidov
25fcf31a5a
Update encoding_functions.md 2020-02-02 23:40:46 +03:00
alexey-milovidov
74152fdfaf
Merge pull request #8855 from BayoNet/l10n/CLICKHOUSEDOCS-496-roundBankers
DOCS-496: EN review for roundBankers docs
2020-02-02 06:24:30 +03:00
alexey-milovidov
d973d847e4
Merge branch 'master' into en-docs/CLICKHOUSEDOCS-82 2020-02-02 05:59:35 +03:00
alexey-milovidov
76d85b6c50
Merge pull request #8740 from godfreyd/en-docs/CLICKHOUSEDOCS-458
Docs: char function
2020-02-02 05:58:08 +03:00
alexey-milovidov
0c103c07c9
Update encoding_functions.md 2020-02-02 05:55:57 +03:00
alexey-milovidov
60510a653a
Merge pull request #8739 from godfreyd/CLICKHOUSEDOCS-498-DOCSUP-787
Docs: joinGet function description
2020-02-02 05:51:17 +03:00
Nico Mandery
81aa16cd4e documentation for h3 hierarchical functions and string conversion 2020-01-31 18:50:52 +01:00
Ivan Blinkov
18538f5c65 Domain change in docs 2020-01-30 13:34:55 +03:00
Sergei Shtykov
c2339ccfeb CLICKHOUSEDOCS-496: Clarification. 2020-01-28 19:11:43 +03:00
Sergei Shtykov
37c331d02e Merge branch 'master' of github.com:ClickHouse/ClickHouse into l10n/CLICKHOUSEDOCS-496-roundBankers 2020-01-27 17:19:34 +03:00
Sergei Shtykov
054f1e1101 CLICKHOUSEDOCS-496: EN review. 2020-01-27 17:13:04 +03:00
FeehanG
47abd93125 Update rounding_functions.md (#83) 2020-01-27 17:02:08 +03:00
Sergei Bocharov
843eea1351 Fixes after review 2020-01-24 14:38:29 +03:00
Sergei Bocharov
44c0eef2f3 Fixes after review 2020-01-24 13:52:57 +03:00
Sergei Bocharov
0ea906baca Fixes 2020-01-24 13:52:57 +03:00
elenaspb2019
a2e8e8ec0a docs(joinGet):The description of joinGet function was added. 2020-01-24 13:52:57 +03:00
Sergei Bocharov
2a994eede1 Fixes after review 2020-01-24 11:07:21 +03:00
Sergei Bocharov
b9a610fe03 Fixed after review 2020-01-24 10:52:33 +03:00
hcz
3f0d1e21c0
Remove a duplicated document entry 2020-01-21 11:26:26 +08:00