Commit Graph

88 Commits

Author SHA1 Message Date
alexey-milovidov
29b0cbe55c
Merge pull request #8743 from godfreyd/docs/CLICKHOUSEDOCS-336
Docs: added topKWeighted description
2020-02-02 23:53:26 +03:00
alexey-milovidov
29f4c9dd18
Update reference.md 2020-02-02 23:52:13 +03:00
Ivan Blinkov
18538f5c65 Domain change in docs 2020-01-30 13:34:55 +03:00
Sergei Bocharov
a77e071bd6 Added topKWeighted description 2020-01-20 14:53:04 +03:00
Alexander Kuzmenkov
a6b37ca57e Add a note about zero-based array indexes. 2019-12-26 15:18:14 +03:00
hcz
c0028c3942 Add aggregate function categoricalInformationValue (#8117)
* Add categorical iv aggregate function with tests
2019-12-12 16:28:28 +03:00
achimbab
0adaf48a5c
[docs] added 'strict' parameter in windowFunnel(). 2019-11-11 12:41:23 +09: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
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
Sergei Bocharov
7db76a50f1 Fixes 2019-10-25 17:15:35 +03:00
Alexander Kuzmenkov
5ac672bfdf
Merge pull request #7273 from azat/uniqCombined-fix-docs
[RFC] Drop note about "estimation error for large sets will be large"
2019-10-23 13:49:04 +03:00
hcz
502672c973 Add aggregate function combinators: -OrNull & -OrDefault (#7331) 2019-10-18 12:25:39 +03:00
BayoNet
6e87eb9fd7 DOCAPI-8163: EN review, RU translation. 2019-10-17 16:47:19 +03:00
alexey-milovidov
1b8cb59e4b
Merge pull request #7286 from azat/docs-agg_functions-notes-fixes
Fix notes syntax in documentation
2019-10-14 20:12:53 +03:00
FeehanG
436e87a8ed
Update parametric_functions.md 2019-10-14 14:03:23 +03:00
Zhichang Yu
679db35ed3 Fixed #7109 groupBitmapOr(31) segfault 2019-10-12 10:36:52 +08:00
Azat Khuzhin
b0e131a46f docs: fix notes syntax (triple !) 2019-10-11 23:21:59 +03:00
Azat Khuzhin
c2fa7ffcd3 Drop note about "estimation error for large sets will be large"
Since error is not that large, especially for uniqCombined64():

rows     error     uniqCombined64()/rows
- 1e7    0.00219   (1.0021969)
- 1e8    0.00096   (0.99903523)
- 2e8    0.50200   (1.005022735)
- 1e9    0.99944   (0.999435738)
- 1e10   0.01399   (0.9998568925)
- 1e11   0.09800   (1.00097891658)
- 1e12   0.29800   (0.997024870685)
- 1e13   0.62200   (1.0062169910992)
- 1e14   0.06200   (1.00062143604171)
2019-10-10 02:03:14 +03:00
alexey-milovidov
689411abe0
Merge pull request #7222 from azat/uniqCombined64
[RFC] Introduce uniqCombined64() to get sane results for cardinality > UINT_MAX
2019-10-09 20:29:56 +03:00
alexey-milovidov
6d31c3e730
Update reference.md 2019-10-09 20:28:15 +03:00
Azat Khuzhin
f46c5a47c0 Introduce uniqCombined64() to get sane results for cardinality > UINT_MAX
By default uniqCombined() uses 32-bit hash for all types except String,
so this means that you cannot use uniqCombined() with i.e UInt64 and
cardinality > UINT_MAX, although you can use uniqCombined(toString())
and this will lead to 64-bit hash, but will not have good performance.

So uniqCombined64() had been introduced to fix this.

Requires: #7213
2019-10-08 21:59:35 +03:00
Zhichang Yu
8945714c27 added groupBitmapAnd, groupBitmapOr, groupBitmapXor 2019-09-27 10:21:07 +08:00
BayoNet
f5ba279a6d DOCAPI-8163: Update for EN docs for sequenceMatch and sequenceCount (#6952)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* DOCAPI-8163: Docs for sequenceMatch and sequenceCount.
2019-09-25 02:19:14 +03:00
BayoNet
f26fdc63a0 DOCAPI-7415: EN review, RU translation. Docs for the -Resample aggregate function combinator. (#7017)
* Update combinators.md (#39)

* DOCAPI-7415: RU translation

* DOCAPI-7415: fix.
2019-09-24 03:04:52 +03:00
BayoNet
5b38a7f441 DOCAPI-7438: EN review, RU translation. Update of quantileTiming docs (#7033)
* Typo fix.

* Update reference.md (#45)

* DOCAPI-7438: RU translation
2019-09-24 03:01:19 +03:00
BayoNet
3d20675529 DOCAPI-7460: EN review. RU translation. Histogram function description (#7034)
* Typo fix.

* Update parametric_functions.md (#42)

* DOCAPI-7460: RU translation.

* Update parametric_functions.md
2019-09-24 02:59:49 +03:00
BayoNet
2d2bc052e1
DOCAPI-8530: Code blocks markup fix (#7060)
* Typo fix.

* Links fix.

* Fixed links in docs.

* More fixes.

* docs/en: cleaning some files

* docs/en: cleaning data_types

* docs/en: cleaning database_engines

* docs/en: cleaning development

* docs/en: cleaning getting_started

* docs/en: cleaning interfaces

* docs/en: cleaning operations

* docs/en: cleaning query_lamguage

* docs/en: cleaning en

* docs/ru: cleaning data_types

* docs/ru: cleaning index

* docs/ru: cleaning database_engines

* docs/ru: cleaning development

* docs/ru: cleaning general

* docs/ru: cleaning getting_started

* docs/ru: cleaning interfaces

* docs/ru: cleaning operations

* docs/ru: cleaning query_language

* docs: cleaning interfaces/http

* Update docs/en/data_types/array.md

decorated ```

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/getting_started/example_datasets/nyc_taxi.md

fixed typo

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/getting_started/example_datasets/ontime.md

fixed typo

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/interfaces/formats.md

fixed error

Co-Authored-By: BayoNet <da-daos@yandex.ru>

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

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/utils/clickhouse-local.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/dicts/external_dicts_dict_sources.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/operations/utils/clickhouse-local.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/json_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/json_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/other_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/other_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/functions/date_time_functions.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

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

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* docs: fixed error

* docs: fixed error
2019-09-23 18:31:46 +03:00
BayoNet
b076933009
DOCAPI-7400: Gorilla codecs. EN review. RU translation. (#6598)
* Update create.md

* DOCAPI-7400: RU translation.

* DOCAPI-7400: Fixes.

* Update docs/ru/query_language/create.md

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

* Update docs/ru/query_language/create.md

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

* DOCAPI-7400: Clarifications.

* DOCAPI-7400: Link fix.
2019-08-27 16:49:56 +03:00
BayoNet
1536d42556
Merge pull request #6235 from BayoNet/en-docs/DOCAPI-7460
DOCAPI-7460: histogram function description
2019-08-21 11:11:39 +03:00
BayoNet
9a245f7930
DOCAPI-7438: Update of quantileTiming docs. (#6455)
* Link fix.

* DOCAPI-7438: Update of quantileTiming functions docs.

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

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

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

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

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

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

* DOCAPI-7438: Clarifications.

* DOCAPI-7438: Links fix.
2019-08-21 10:52:51 +03:00
BayoNet
c43f9030da DOCAPI-7460: Clarifications. 2019-08-20 18:36:08 +03:00
BayoNet
87e13c494e
DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs. EN review, RU translation. (#6463)
* Update reference.md

* DOCAPI-7414: RU translation

* DOCAPI-7414: Fix.

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

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

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

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

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

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

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

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2019-08-20 10:46:31 +03:00
BayoNet
c4df1d948b DOCAPI-7415: Docs for the -Resample aggregate function combinator. (#5972) 2019-08-15 13:09:36 +03:00
BayoNet
c5b25b23e3
DOCAPI-8016: Adam weights mention in docs
* DOCAPI-8016: Added mention about Adam method of updating weights in regressions.
* DOCAPI-8016: RU translation.
2019-08-07 20:06:56 +03:00
BayoNet
9116c08959
DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs. (#5949)
* DOCAPI-7414: groupArrayMovingSum, groupArrayMovingAvg docs.
2019-08-01 10:38:04 +03:00
BayoNet
bd493727b6 DOCAPI-7460: Added link to algorithm. 2019-07-31 08:55:10 +03:00
BayoNet
b103137280
DOCAPI-4160: EN review, RU translation. uniq and count docs. (#6087) 2019-07-31 07:36:15 +03:00
BayoNet
221ab6a04f DOCAPI-7460: Link fix. 2019-07-23 11:18:09 +03:00
BayoNet
1feb20d9e0 DOCAPI-7460: The histogram function docs. 2019-07-23 11:01:08 +03:00
BayoNet
d48995f1e7
DOCAPI-7444: RU <-> EN docs regular sync. (#5944)
* DOCAPI-7444: RU <-> EN docs regular sync.
2019-07-18 14:04:45 +03:00
Alexey Milovidov
731a479969 Manually checked out files from 6082354d3c 2019-07-12 22:05:58 +03:00
alexey-milovidov
154b0cb491
Revert "DOCAPI-6887: EN review and RU translation for skew* and kurt* functions." 2019-07-12 22:03:38 +03:00
BayoNet
c6ae525216 Merge branch 'master' of github.com:yandex/ClickHouse into l10n/DOCAPI-6887-skewSamp 2019-07-06 15:56:14 +03:00
davydovska
4bbb42bef3 Update reference.md (#5864) 2019-07-03 23:58:10 +03:00
akuzm
94d459e213
Update the links for working with aggregate function states. 2019-06-27 19:20:09 +03:00
FeehanG
bf89850711
Update reference.md 2019-06-19 15:02:56 +03:00
BayoNet
af1129a97b DOCAPI-6423: simpleLinearRegression function docs (#5484) 2019-06-17 12:06:08 +03:00
alexey-milovidov
bb6dc6f92f
Merge pull request #5566 from BayoNet/DOCAPI-6180-translation-sync
DOCAPI-6180: Syncronization between EN and RU versions of document.
2019-06-16 03:04:51 +03:00
BayoNet
fdf0edc495 DOCAPI-4160: The 'uniq*' and 'count' functions desctiption update. (#5594) 2019-06-14 19:52:57 +03:00
BayoNet
2b5b775810 Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-6180-translation-sync 2019-06-14 16:16:46 +03:00