Commit Graph

166 Commits

Author SHA1 Message Date
Robert Schulze
d1f53a71d8
Merge remote-tracking branch 'ClickHouse/master' into add-performance-test-and-alias-to-pr-auc 2024-12-13 11:53:41 +00:00
Robert Schulze
41bf80af93
Incorporate review feedback 2024-12-11 15:53:20 +00:00
Emmanuel Dias
78803f05cb improve docs 2024-12-10 11:35:58 -03:00
Robert Schulze
372b2566a0
Docs: Update example for indexOfAssumeSorted 2024-12-10 14:10:44 +00:00
Emmanuel Dias
a2dad7be45 add alias 2024-12-09 10:14:17 -03:00
Yarik Briukhovetskyi
592c72cb3a
Merge pull request #72073 from emmanuelsdias/array-pr-auc
Create arrayPrAUC function to compute PR AUC
2024-12-06 17:15:16 +00:00
Emmanuel Dias
56f040734d fix docs 2024-12-04 10:15:53 -03:00
erickurbanov
bb77b0f0c2 add documentation 2024-11-28 00:59:49 +03:00
Emmanuel Dias
b559738197 mention arrayPrAUC on docs 2024-11-18 17:39:38 -03:00
Alexey Katsman
3aa75a1c5a
Merge pull request #69646 from bigo-sg/array_element_or_null
Support function arrayElementOrNull
2024-09-23 17:24:44 +00:00
vdimir
8ba6acb64c
Merge pull request #68989 from petern48/add_arrayUnion_func
Add support for `arrayUnion()` function
2024-09-20 14:40:16 +00:00
Gabriel Mendes
8f350a7ec9
remove separate function 2024-09-18 08:52:58 -03:00
Gabriel Mendes
2218ebebbf
initial commit, tested function 2024-09-18 05:15:57 -03:00
taiyang-li
3a6c3769dc fix building errors 2024-09-18 12:15:57 +08:00
taiyang-li
1cd4af1564 add new function arrayZipUnaligned 2024-09-02 11:55:41 +08:00
Peter Nguyen
e4ba3b47fc Document arrayUnion() in array-functions.md 2024-08-28 00:16:02 -06:00
Blargian
18e411d353 remove unwanted change 2024-07-12 11:28:41 +02:00
Blargian
7d9e1700d2 update intHash32, intHash64 2024-07-12 11:24:24 +02:00
Blargian
d851fa871f Fix broken links in docs 2024-06-12 14:09:37 +02:00
Blargian
029e2ea226 Standardize references to data type docs 2024-05-24 05:54:16 +02:00
Shaun Struwig
3b2ff65994
Merge branch 'master' into docs_return_type_consistency 2024-05-23 17:29:26 +02:00
Shaun Struwig
9481f2f325
Update array-functions.md
Add missing ::: for note
2024-05-23 17:07:55 +02:00
Blargian
87b4d43a3f Update return type formatting 2024-05-23 15:48:20 +02:00
Blargian
ce26c4f657 Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
Shaun Struwig
19916de731
Update array-functions.md
small fixes to wording
2024-04-10 18:03:20 +02:00
Blargian
c179885265 Add example for arrayFirstOrNull with multiple arrays 2024-04-10 17:53:31 +02:00
Blargian
6fcaeca2e6 Clarify arrayPartialShuffle 2024-04-10 17:44:11 +02:00
Blargian
4408714c55 Remove subset dotProduct from tuple-functions and add dotProduct as an alias to the superset 2024-04-10 17:09:01 +02:00
Blargian
f426b5f12b Fix spell-check 2024-04-08 19:21:44 +02:00
Blargian
bbe4b284c2 Add missing description to arrayDotProduct 2024-04-05 16:30:11 +02:00
Blargian
d5493bccf5 Add a link to lambda functions for arrayFirstOrNull and arrayLastOrNull 2024-04-04 20:00:28 +02:00
Blargian
95b5616d1a A few more small fixes 2024-04-04 19:51:04 +02:00
Blargian
1fe2f35d8a Minor changes 2024-04-04 19:16:53 +02:00
Blargian
e890c27227 Fix note section of arrayDotProduct displays incorrectly 2024-04-04 18:59:40 +02:00
Blargian
cf03ced5a5 Added arrayShuffle function 2024-04-04 16:34:18 +02:00
Blargian
3e3f8ba0f0 Add arrayPartialShuffle function 2024-04-04 16:22:29 +02:00
Blargian
dd64145bc8 Add arrayLastOrNull function 2024-04-04 15:49:03 +02:00
Blargian
fb07a2f5ed Add arrayFirstOrNull function 2024-04-04 14:53:24 +02:00
Blargian
193aaea2b3 Add arrayEnumerateUniqRanked and arrayEnumerateDenseRanked functions 2024-04-04 14:13:22 +02:00
Blargian
bad6023064 Add arrayEnumeratedDenseRanked 2024-04-04 10:52:11 +02:00
Blargian
ab42b9736d Added arrayDotProduct 2024-04-03 12:15:19 +02:00
Robert Schulze
3c60e82971
Incorporate review feedback 2024-03-11 07:41:28 +00:00
Johnny
e7270069a4
Removes dupliated h2 header. 2024-03-11 07:38:51 +00:00
johnnymatthews
ade0f9f75f
Adds docs for emptyArrayDate and emptyArrayDateTime. 2024-03-11 07:38:49 +00:00
johnnymatthews
c3895c3546
Adds emptyArrayFloat32/64 docs. 2024-03-11 07:38:46 +00:00
johnnymatthews
515cb59b00
Adds emptyArrayIntX docs. 2024-03-11 07:38:43 +00:00
johnnymatthews
d16c6780c7
Adds basic emptyArrayUIntX docs. 2024-03-11 07:38:40 +00:00
Robert Schulze
84ab20ff77
Some fixups 2024-01-17 12:01:52 +00:00
Robert Schulze
22534c69c4
Merge remote-tracking branch 'ClickHouse/master' into u/zhengmiao/AddArrayFunctionShingles 2024-01-17 10:49:11 +00:00
Robert Schulze
92692bc57c
Fix links 2024-01-10 13:36:54 +00:00