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
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
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
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
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
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
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
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
b103137280
DOCAPI-4160: EN review, RU translation. uniq and count docs. ( #6087 )
2019-07-31 07:36:15 +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
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
BayoNet
533750ef7f
DOCAPI-6985: RU translations for some articles. ( #5572 )
2019-06-14 15:44:33 +03:00
BayoNet
c5f30d9fa8
DOCAPI-6180: Fixes.
2019-06-14 13:29:16 +03:00
BayoNet
ba9cc95f71
DOCAPI-6887: Description of skewPop, skewSamp, kurtPop, kurtSamp functions. ( #5544 )
2019-06-13 06:13:15 +03:00
Alexander Kozhikhov
15fe367f83
few fixes
2019-05-31 01:48:44 +03:00
Alexander Kozhikhov
01caea8426
some changes and fixes on regression methods
2019-05-31 01:20:44 +03:00
foxxmary
d7ba48fcd3
docs logistic regression
2019-05-28 18:59:18 +00:00
Alexander Kozhikhov
bbae5448f4
documentation on linearRegression
2019-05-25 18:51:56 +03:00
alexey-milovidov
8e97eb08a6
Update reference.md
2019-05-25 14:18:08 +03:00
BayoNet
925703a7f2
DOCAPI-6423: Fix of terms.
2019-05-25 12:56:08 +03:00
BayoNet
c2da4487df
DOCAPI-6423: Fix.
2019-05-24 12:52:38 +03:00
BayoNet
39d392b2bd
DOCAPI-6423: leastSqr description.
2019-05-24 12:47:26 +03:00
proller
6cb4485473
Rename aggregate functions TSgroup* to timeSeriesGroup* ( #5307 )
2019-05-21 18:33:54 +03:00
Yangkuan Liu
0760a3436f
add AggregateFunction TSgroup{Rate}Sum ( #4542 )
2019-05-15 19:16:25 +03:00
Guillaume Tassery
3816b40579
Add documentation about the max_size argument for groupUniqArray
2019-04-17 14:15:59 +07:00
Vitaly Baranov
61e21d50e1
Merge pull request #4207 from andyyzh/bitmap_feature
...
Added bitmap function feature with roaring bitmap
2019-03-04 22:42:47 +03:00
Vivien Maisonneuve
6cf3d8c151
Doc fix: definition of varPop ( #4403 )
2019-02-14 19:44:46 +03:00
Andy Yang
4a4dbcd2c1
Merge remote-tracking branch 'origin' into bitmap_feature
2019-02-14 15:14:18 +08:00
BayoNet
37b1d8369c
Docapi 4994 registry ( #4214 )
2019-02-04 16:30:28 +03:00
Andy Yang
7e7a864fd4
Added bitmap function feature with roaring bitmap
2019-01-31 21:26:11 +08:00
ogorbacheva
f4a18ccb32
PR2: Adding description of the functions for working with UUID ( #4059 )
...
* PR2: add description of UUID functions
* Fix type of returned value
2019-01-15 11:04:52 +03:00
ogorbacheva
abae86f7a6
Doc fixes: remove double placeholders; add them where missing. ( #3923 )
...
* Doc fix: add spaces where missing
* Doc fixes: rm double spaces
* Doc fixes: edit spaces
* Doc fixes: rm double spaces in /fa
* Revert "Doc fixes: rm double spaces in /fa"
This reverts commit bb879a62ef
.
* Doc fix: resolve all problems with double spaces in /fa
* Doc fix: add spaces for readability
* Doc fix: add spaces
* Fix spaces
2018-12-25 18:25:43 +03:00