Commit Graph

462 Commits

Author SHA1 Message Date
Raúl Marín
3e8bc8bf18
Merge pull request #69619 from bigo-sg/enable_quantile_exact_interpolate_new
Support aggreate function quantileExactWeightedInterpolated, which is a interpolated implementation based on quantileExactWeighted
2024-10-25 13:59:43 +00:00
Simon Podlipsky
677f296214
docs: use k as constant name instead of a in simpleLinearRegression
Function uses `k` internally.

E.g.

```sql
SELECT arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3]) FORMAT JsonEachRow
```

outputs `{"arrayReduce('simpleLinearRegression', [0, 1, 2, 3], [0, 1, 2, 3])":{"k":1,"b":0}}`
2024-10-21 15:34:15 +02:00
taiyang-li
d0b4603bcb change as request 2024-10-18 14:50:54 +08:00
taiyang-li
bcae4c9963 Merge remote-tracking branch 'origin/master' into enable_quantile_exact_interpolate_new 2024-10-18 12:28:00 +08:00
Raúl Marín
cedc1d6ed9 Remove references of avgWeighted(Decimal) from the docs 2024-10-01 18:35:18 +02:00
李扬
9f545c8e5e
Merge branch 'ClickHouse:master' into enable_quantile_exact_interpolate_new 2024-09-23 16:06:31 +08:00
mmav
06b49d18d9
Update quantileddsketch.md
Update function syntax
2024-09-18 10:45:10 +01:00
taiyang-li
cafc207080 add docs and uts 2024-09-18 17:13:26 +08:00
avogar
0aba986372 Address review comments 2024-08-28 15:06:05 +00:00
avogar
32f4b1f891 Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes 2024-08-16 17:49:38 +00:00
maxvostrikov
a9735f470c squash! fix docks for groupConcat function documentation had wrong usage of a function. Examples of usage - 763952bf36/tests/queries/0_stateless/03156_group_concat.sql 2024-08-07 12:09:26 +02:00
maxvostrikov
de41ffa18f fix docks for groupConcat function
documentation had wrong usage of a function. Examples of usage - 763952bf36/tests/queries/0_stateless/03156_group_concat.sql
2024-08-07 12:06:14 +02:00
Nikita Fomichev
9a05a3ed9e Add missing documentation for groupConcat after series of reverts and merges
https://github.com/ClickHouse/ClickHouse/pull/65384
2024-07-30 12:07:34 +02:00
Raúl Marín
cd9e4a6dce
Merge pull request #66430 from Blargian/docs_last_value_respect_nulls
[Docs] replace `*_respect_nulls` with note about modifier in `any`, `anyLast`
2024-07-12 11:37:14 +00:00
Blargian
3806ab7ef1 remove *_respect_nulls and modify any, anyLast to reflect that they can use modifier RESPECT NULLS 2024-07-12 12:50:19 +02:00
Blargian
d9a05bca89 add alias to anyLast_respect_nulls 2024-07-12 11:43:04 +02:00
Yarik Briukhovetskyi
d2ad1cef33
Merge pull request #66192 from Blargian/docs_fix
[Docs] update `singleValueOrNull`
2024-07-10 12:53:48 +00:00
Sergei Trifonov
b710af3499
Merge pull request #66175 from Blargian/docs_xyzMapped
[Docs] add missing aliases `minMappedArrays`, `maxMappedArrays`
2024-07-08 14:12:41 +00:00
Blargian
0b1e6be8ea add disclaimer 2024-07-07 22:46:18 +02:00
Blargian
7f2bfa221e Update formatting of maxMap and minMap and add missing aliases 2024-07-06 19:37:00 +02:00
Blargian
937ce8f780 add aggThrow function to docs 2024-07-05 21:50:56 +02:00
Blargian
12f12f8d3b make sidebar titles camel case for exponentialXYZ functions 2024-06-24 14:39:18 +02:00
Blargian
09492ddeb2 Update ordering again 2024-06-24 14:32:52 +02:00
Blargian
f5c8aac365 update ordering for remaining functions 2024-06-24 14:08:48 +02:00
Shaun Struwig
56b501b0ba
Merge branch 'ClickHouse:master' into docs_expXYZ 2024-06-24 14:53:14 +03:00
Blargian
fdc664371d organise aggregate function sidebar alphabetically 2024-06-24 13:52:30 +02:00
Shaun Struwig
c9b4f4ecaa
Remove note about stability for varsamp 2024-06-22 11:36:18 +02:00
Shaun Struwig
c318b773da
Remove note about stability for varpop 2024-06-22 11:35:52 +02:00
Shaun Struwig
0ed8c8d620
Merge branch 'master' into doc_varpop_fix 2024-06-14 15:39:52 +02:00
Blargian
3bc720e7a7 Fix nonsense docs 2024-06-14 15:33:19 +02:00
Blargian
5326c840eb Fix bad formatting in exponentialMovingAverage 2024-06-14 11:15:31 +02:00
Blargian
98f3bd21de Update examples and descriptions of exponentialTimeDecayedXYZ functions 2024-06-14 11:12:08 +02:00
Blargian
a03d0c9290 Update examples 2024-06-13 18:11:12 +02:00
Blargian
040b25f5b7 Use LaTex on math functions page, add pages for exponentialTimeDecay functions 2024-06-13 08:51:29 +02:00
Yarik Briukhovetskyi
f811dbf8f8
Merge pull request #65165 from Blargian/fix_deadlinks
Fix broken links in docs
2024-06-12 16:15:37 +00:00
Blargian
84e81daa3e Second pass fix remaining broken links 2024-06-12 15:09:50 +02:00
Blargian
d851fa871f Fix broken links in docs 2024-06-12 14:09:37 +02:00
Robert Schulze
e6d222b148
Merge pull request #64900 from Blargian/docs_flameGraph
[Docs] add `flameGraph` aggregate function to docs
2024-06-11 14:42:18 +00:00
Shaun Struwig
18ced447ef
Fix typo II 2024-06-07 08:45:39 +02:00
Nikita Fomichev
afc63af264 Update largestTriangleThreeBuckets doc 2024-06-06 15:23:08 +02:00
Shaun Struwig
baf3b6329d
Fix typo 2024-06-06 15:07:45 +02:00
Blargian
d4294dae0f Document flameGraph aggregate function 2024-06-06 11:38:58 +02:00
Blargian
cfd07e0c83 Review changes 2024-06-03 17:32:09 +02:00
Blargian
6d92830fa4 Add missing corr, covar variants 2024-05-30 12:35:24 +02:00
Shaun Struwig
f8fc1fa338
Merge branch 'master' into document_revision 2024-05-23 16:00:38 +02:00
Blargian
ce26c4f657 Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
Blargian
1be205e3f4 Update anova documentation 2024-05-15 16:22:25 +02:00
Blargian
555e9ede91 Add anova documentation 2024-05-10 20:19:32 +02:00
Konstantin Bogdanov
35f8aae919
Merge pull request #63368 from Blargian/document_anyXYZ
[Docs] add `anyXYZ` functions
2024-05-05 23:41:36 +00:00
Konstantin Bogdanov
2311512e82
Merge pull request #63367 from Blargian/document_singleValueOrNull
[Docs] add `singleValueOrNull` to documentation
2024-05-05 23:41:08 +00:00