Commit Graph

227 Commits

Author SHA1 Message Date
Robert Schulze
fd309f7b34
Minor fixups 2024-10-21 08:23:44 +00:00
Robert Schulze
c10cf0e332
Merge pull request #66166 from Blargian/docs_initcap
[Docs] add `initCap` examples
2024-07-08 18:13:00 +00:00
Daniil Ivanik
608c13fa9c
Merge pull request #66189 from Blargian/docs_normalize
[Docs] add `normalizeQueryKeepNames`, `normalizedQueryHashKeepNames`
2024-07-08 13:19:56 +00:00
Blargian
8f604c892a Fix typo 2024-07-08 12:58:29 +02:00
Blargian
2113915bde correct formatting problem 2024-07-07 18:51:52 +02:00
Blargian
126417cc61 add normalizeQueryKeepNames and normalizedQueryHashKeepNames 2024-07-07 18:46:54 +02:00
Blargian
03d6f37607 add note on known issues 2024-07-06 11:17:54 +02:00
Shaun Struwig
cd4a37f0e8
Merge branch 'master' into docs_initcap 2024-07-05 23:51:42 +02:00
Blargian
fdd7353c92 update initCap 2024-07-05 23:47:11 +02:00
vdimir
b94dd515c7
Merge pull request #65887 from bigo-sg/improve_concat
Allow to use `concat` function with empty arguments
2024-07-02 09:11:30 +00:00
taiyang-li
13c3bab624 update doc 2024-07-02 09:54:37 +08:00
taiyang-li
bb8fc59d7c update doc 2024-07-01 15:36:08 +08:00
taiyang-li
8f343bffc7 update doc 2024-06-27 17:17:07 +08:00
Robert Schulze
7d26f45a28
base64En/Decode64Url --> base64En/Decode64URL 2024-06-27 09:05:44 +00:00
liuneng
a12ebf05b8 add function edit distance utf8 2024-06-18 14:55:25 +08:00
Mikhail Gorshkov
a6520bcf90 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ADQM-1893 2024-06-13 14:03:11 +00:00
Blargian
d851fa871f Fix broken links in docs 2024-06-12 14:09:37 +02:00
Mikhail Gorshkov
39914d848d Docs updated, __msan_unpoison usage fixed 2024-06-11 15:13:42 +00:00
Mikhail Gorshkov
0da0d8dfb1 PR post-review fixes 2024-06-10 10:14:45 +00:00
Mikhail Gorshkov
98235ba2b1 Dedicated support for Base64URL encoding 2024-06-07 15:47:12 +00:00
Blargian
029e2ea226 Standardize references to data type docs 2024-05-24 05:54:16 +02:00
Blargian
87b4d43a3f Update return type formatting 2024-05-23 15:48:20 +02:00
Alexander van Olst
0586952eca
Fix links to IETF Base58 draft 2024-05-10 11:29:18 +02:00
peter279k
5946ff0633
Improve PR#62592 2024-04-29 15:34:04 +08:00
Nikita Mikhaylov
c98b9c350a
Merge pull request #62923 from Blargian/document_lengthUTF8
[Docs] update `length` and `lengthUTF8`
2024-04-25 11:37:32 +00:00
Nikita Mikhaylov
7fef1d728d
Merge pull request #62592 from peter279k/add_try_base_usage
Document functions tryBase58Decode and  tryBase64Decode
2024-04-25 11:30:37 +00:00
Shaun Struwig
2d9a1d5259
Update string-functions.md 2024-04-24 19:54:00 +02:00
Shaun Struwig
30583d594c
Update string-functions.md
Add mention of array to parameter
2024-04-24 19:52:14 +02:00
Blargian
1fb539704e Update length and lengthUTF8 2024-04-24 18:43:44 +02:00
Robert Schulze
542364e2b2
Merge pull request #62589 from Blargian/document_left_right_XYZ
[Docs] add missing `left`, `right` functions and their variants.
2024-04-12 13:07:35 +00:00
peter279k
830598c83e
Add functions tryBase58 and tryBase64Decode usage 2024-04-12 19:25:24 +08:00
Blargian
b2a83d54f3 Make descriptions less ambiguous 2024-04-12 12:41:45 +02:00
Blargian
7cd3c86d6e Add missing leftXYZ and rightXYZ functions 2024-04-12 12:36:12 +02:00
Blargian
f32d3d3096 Update lower function 2024-04-10 18:27:01 +02:00
peter279k
06bbf97cc0
Update example 2024-04-10 18:12:29 +08:00
peter279k
01f3d57e4b
Add upper and upperUTF8 function usage 2024-04-10 14:28:10 +08:00
pufit
1c10c3802c
Docs formatting typo 2024-04-03 11:09:35 +02:00
Robert Schulze
1e536251a2
Update string-functions.md 2024-03-13 13:41:56 +01:00
Robert Schulze
6ca4fc26f4
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-13 13:39:14 +01:00
Robert Schulze
b4953f35b4
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-13 13:39:03 +01:00
Robert Schulze
4954bde599
Update docs/en/sql-reference/functions/string-functions.md
Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
2024-03-13 13:38:35 +01:00
johnnymatthews
2196c75dd8 Adds substring-UTF8 docs. 2024-03-08 11:07:04 -04:00
Robert Schulze
e02c083e60
Add convenience alias byteSlice for substring 2024-02-28 13:32:56 +00:00
Justin de Guzman
a037933cc6
[Docs] Add min version for startsWithUTF8 2024-02-14 22:57:23 -08:00
Robert Schulze
c2b7d2047e
Support arguments of arbitary type in function concatWithSeparator()
Follow-up to #56540
2024-01-29 14:11:21 +00:00
Robert Schulze
92692bc57c
Fix links 2024-01-10 13:36:54 +00:00
Robert Schulze
69ba1a706a
Merge remote-tracking branch 'rschu1ze/master' into string-similarity 2024-01-09 15:22:52 +00:00
Robert Schulze
ee0738e3df
Implement jaroSimilarity + jaroWinklerSimilarity 2024-01-07 08:34:41 +00:00
Robert Schulze
7d98fdede7
Implement Dramerau-Levenshtein distance 2024-01-07 08:34:41 +00:00
Robert Schulze
2cc2a9089c
Incorporate review feedback 2024-01-05 12:18:21 +00:00