Commit Graph

1345 Commits

Author SHA1 Message Date
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
tavplubix
82407a173d
Merge pull request #7809 from viktortnk/arrayFlatten-documentation
document arrayFlatten (flatten) in en, ru
2019-11-20 15:12:36 +03:00
Denis Zhuravlev
6ae19e69f2 Doc change. ATTACH PARTITION FROM (#7827)
* Update alter.md

ATTACH PARTITION FROM

* Update alter.md

ATTACH PARTITION FROM
2019-11-20 15:07:53 +03:00
Denis Zhuravlev
ea13ed1949 Doc change. Partition key instead of old month (#7828)
* Update insert_into.md

Partition key instead of old month

* Update insert_into.md

Partition key instead of old month

* Update insert_into.md

Partition key instead of old month
2019-11-20 15:04:00 +03:00
BayoNet
53e701dba3
DOCS-462: trace_log system table and trace_log configuration section docs. (#7842)
* CLICKHOUSEDOCS-462: Started to write.

* CLICKHOUSEDOCS-462: EN docs for trace_log system table and trace_log section of server configuration parameters.

* CLICKHOUSEDOCS-462: Query syntax fix.

* Update docs/en/operations/server_settings/settings.md

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

* Update docs/en/operations/system_tables.md

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

* Update docs/en/operations/system_tables.md

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

* CLICKHOUSEDOCS-462: Clarification.
2019-11-20 12:33:29 +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
Ivan Blinkov
9533a813e8
markdown minor fix 2019-11-19 07:37:20 +03:00
evtan
b73da5142f Updating Holistics product to Clickhouse page (#7822)
Thanks for reminding me Ivan, adding Holistics to the list.
2019-11-18 22:21:00 +03:00
alexey-milovidov
c037b3af28
Update cli.md 2019-11-17 23:28:11 +03:00
Viktor Taranenko
fffda9c530 document arrayFlatten (flatten) in en, ru 2019-11-17 18:37:53 +00:00
BayoNet
b347d8607e CLICKHOUSEDOCS-129: Fixed link 2019-11-14 12:32:34 +03:00
BayoNet
20736bf674 CLICKHOUSEDOCS-129: Updated the description of clickhouse-client 2019-11-14 12:23:12 +03:00
alesapin
b26ac93731 [WIP] Add documentation for dictionaries DDL (#7720) 2019-11-13 18:50:09 +03:00
alexey-milovidov
fb695f330c
Merge pull request #7706 from achimbab/doc_javaHashUTF16LE
[docs] added javaHashUTF16LE().
2019-11-11 21:51:50 +03:00
Aliaksandr Shylau
9dd37bd252
Replace unmaintainable Ruby client by a newer one 2019-11-11 12:23:06 +03:00
achimbab
7fd8127d6a
[docs] added javaHashUTF16LE(). 2019-11-11 13:13:55 +09:00
achimbab
0adaf48a5c
[docs] added 'strict' parameter in windowFunnel(). 2019-11-11 12:41:23 +09:00
BayoNet
5cf36f66ea
Doc links fix (#7682)
* Doc links fix.

* More links fix.
2019-11-08 11:51:01 +03:00
alexey-milovidov
0fefebae1b
Merge pull request #7518 from sundy-li/improve_range
Improve range
2019-11-08 00:59:05 +03:00
alexey-milovidov
034d6ce729
Merge pull request #7355 from millb/decimal_hex_function
Decimal hex function
2019-11-08 00:56:59 +03:00
alexey-milovidov
7f01fd13b3
Merge pull request #7624 from azat/_shard_num
[RFC] Add _shard_num virtual column for the Distributed engine
2019-11-08 00:55:41 +03:00
BayoNet
e9b9fcd7d2
DOCS-7719: EN review, RU translation. Columns matcher (#7373)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* Update select.md (#63)

* DOCAPI-7719: EN review. RU translation.

* DOCAPI-7719: Fixes.

* Update docs/ru/query_language/select.md

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

* Update docs/en/query_language/select.md

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

* DOCAPI-7719: Clarifications.

* Update of the SELECT clause description.
2019-11-07 17:08:56 +03:00
BayoNet
58cd0eccac
DOCS-439: RU review. EN translation. Data storage policies. (#7597)
* CLICKHOUSEDOCS-439: RU review. EN translation.

* Update docs/en/operations/table_engines/mergetree.md

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

* Update docs/en/operations/table_engines/mergetree.md

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

* Update docs/en/operations/table_engines/mergetree.md

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

* Update docs/en/query_language/alter.md

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

* CLICKHOUSEDOCS-439: The RU version is syncronized with EN.
2019-11-07 15:24:42 +03:00
Mikhail Korotov
317af908fd Merge branch 'master' into decimal_hex_function 2019-11-06 18:20:05 +03:00
Azat Khuzhin
81aeff2d2a Add _shard_num virtual column for the Distributed engine
With JOIN from system.clusters one can figure out from which server data
came.

TODO:
- optimization to avoid communicating with unrelated shards (for queries
  like "AND _shard_num = n")
- fix aliases (see tests with serverError expected)

v0: AddingConstColumnBlockInputStream
v2: VirtualColumnUtils::rewriteEntityInAst
v3: fix remote(Distributed) by appending _shard_num only if has been requested
2019-11-06 15:26:12 +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
BayoNet
fa600b6673
DOCS-8163: EN review, RU translation. sequenceMatch, sequenceCount (#7372)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* Update parametric_functions.md

* DOCAPI-8163: EN review, RU translation.

* Update docs/en/query_language/agg_functions/parametric_functions.md

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

* Update docs/ru/query_language/agg_functions/parametric_functions.md

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

* Update docs/ru/query_language/agg_functions/parametric_functions.md

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

* Update docs/ru/query_language/agg_functions/parametric_functions.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-11-06 08:38:20 +03:00
BayoNet
db299dacd9
DOCAPI-6422: EN review, RU translation. Docs for adaptive index granularity and some settings (#7381)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* Link fixes.

* Update settings.md (#64)

* Update mergetree.md (#65)

* DOCAPI-6422: EN review. RU translation.

* Update docs/en/operations/settings/settings.md

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

* Update docs/en/operations/settings/settings.md

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

* DOCAPI-6422: Update.
2019-11-06 08:24:33 +03:00
alexey-milovidov
678d88ed45
Merge pull request #7640 from nvartolomei/nv/docs-on-cluster-alter-replicated-variant-b
Remove note about unsupported ON CLUSTER alter for replicated tables and enable tests
2019-11-06 02:08:55 +03:00
BayoNet
472cf81c3c
DOCAPI-7459: EN review, RU translation for skip_unavailable_shards docs (#6996)
* Typo fix.

* Update settings.md (#46)

* DOCAPI-7459: RU translation.

* DOCAPI-7459: Translation.

* DOCAPI-7459: Fix.

* DOCAPI-7459: Rewrited the whole text after Alexey's review.

* Update docs/en/operations/settings/settings.md

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

* Update docs/en/operations/settings/settings.md

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

* Update docs/en/operations/settings/settings.md

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-11-05 22:15:54 +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
Nicolae Vartolomei
d8858936de Remove note about unsupported ON CLUSTER alter for replicated tables 2019-11-04 14:38:32 +00:00
Zhichang Yu
da2d05802c added bitmapTransform 2019-11-04 14:55:31 +08:00
BayoNet
d56452eac7
Update docs/en/query_language/agg_functions/parametric_functions.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-11-03 19:38:28 +03: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
alexey-milovidov
31a1f36bbb
Update build_cross.md 2019-11-02 11:59:30 +03:00
alexey-milovidov
dda93e2275
Merge pull request #7561 from ClickHouse/achimbab-master
Merge for #7363
2019-11-02 00:57:13 +03:00
alexey-milovidov
b8404a7779
Merge pull request #7568 from andrei-karpliuk/doc_ru_en_system_stop_start_merges
Added brief description for queries system stop|start merges
2019-11-02 00:56:04 +03:00
Ivan Blinkov
a5abedba2a
Refactor mentions of clickhouse-cpp in docs (#7578) 2019-11-01 18:14:12 +03:00
andrei-karpliuk
9fae5b60a0 asterisk removed from note 2019-11-01 17:31:06 +03:00
BayoNet
6d2c5d61a1 DOCS-8799: EN review, RU translation. SHOW TABLES update and toc restructurization. (#7367) 2019-11-01 17:20:28 +03:00