Robert Schulze
f652c6050c
Implement idnaEn/Decode()
2024-01-03 18:08:32 +00:00
Robert Schulze
b5d7ea2b02
Introduce OrNull() overloads for punycodeEncode/Decode()
2024-01-03 10:50:00 +00:00
Robert Schulze
2186aa8f21
Revert "Revert "Implement punycode encoding/decoding""
...
This reverts commit 345d29a3c1
.
2024-01-03 08:03:01 +00:00
Alexey Milovidov
345d29a3c1
Revert "Implement punycode encoding/decoding"
2023-12-28 09:12:22 +03:00
Robert Schulze
00c407ecc1
Merge remote-tracking branch 'rschu1ze/master' into punycode-is-cool
2023-12-19 06:27:23 +00:00
Robert Schulze
414a2893d0
Merge pull request #57821 from rschu1ze/consolidate-substring-tests
...
Dumb down `substring()` tests
2023-12-18 12:32:20 +01:00
Robert Schulze
19c8ac567f
Implement punycodeEncode()/Decode()
2023-12-17 17:04:28 +00:00
Nikolay Degterinsky
4c8cc4e0bd
Update string-functions.md
2023-12-14 05:32:12 +01:00
andrewzolotukhin
c29007beeb
Fixed typo in string-functions.md
2023-12-14 04:54:52 +02:00
Robert Schulze
d0a4443bbc
Consolidate substring() tests
2023-12-13 16:49:39 +00:00
Robert Schulze
e6372d5528
Merge remote-tracking branch 'rschu1ze/master' into substr-with-enums
2023-12-12 12:59:30 +00:00
Robert Schulze
afa6e4388b
Move docs of format() from general string functions to replacing string functions
2023-12-05 20:04:42 +00:00
Robert Schulze
b56b48d2de
Update docs
2023-11-28 14:59:20 +00:00
slvrtrn
497e5abc47
Add a doc entry.
2023-11-28 00:09:36 +01:00
slvrtrn
9f96b58979
Update docs, add more tests.
2023-11-20 16:22:47 +01:00
Robert Schulze
f21dd37d18
Some fixups
2023-11-15 15:43:41 +00:00
slvrtrn
c7cd4fa972
Update concat docs
2023-11-15 14:57:34 +01:00
Robert Schulze
ae1dcb5254
Move documentation of string similarity functions to better location
2023-11-06 13:25:08 +00:00
Bharat Nallan Chakravarthy
7889626046
add docs
2023-08-30 21:42:51 -07:00
taiyang-li
292d2ecb9a
Merge branch 'starts_ends_with_utf8' of https://github.com/bigo-sg/ClickHouse into starts_ends_with_utf8
2023-07-31 12:08:46 +08:00
taiyang-li
fdfe64f1b0
change as request
2023-07-31 12:07:50 +08:00
李扬
d0c9425711
Merge branch 'master' into starts_ends_with_utf8
2023-07-28 10:03:39 +08:00
taiyang-li
27f3c5cfa2
change as requested
2023-07-26 10:53:07 +08:00
Yakov Olkhovskiy
e133db7937
Merge pull request #51472 from bigo-sg/substring_index
...
Add function substring_index, as in spark or mysql
2023-07-25 08:43:13 -04:00
taiyang-li
23897b823d
fix code style
2023-07-25 20:41:16 +08:00
taiyang-li
a5d7391fbf
add new function startsWithUTF8 and endsWithUTF8
2023-07-25 15:34:38 +08:00
Mikhail Koviazin
4f7fd69883
Added function firstLine to extract the first line from a multiline string
...
Fixes #51172
2023-07-18 12:18:26 +03:00
vdimir
5de1cfee7d
Merge pull request #51735 from arenadata/ADQM-976
2023-07-17 16:24:11 +02:00
FFFFFFFHHHHHHH
0cdb1d1466
add docs
2023-07-17 10:52:05 +08:00
Dmitry Kardymon
16ab84d804
Style fix
2023-07-03 11:50:26 +00:00
Dmitry Kardymon
1a40e30797
Add initcapUtf8: impl + tests
2023-07-03 11:37:55 +00:00
Dmitry Kardymon
1cf021c0b1
Add initcap prototype / tests
2023-06-30 13:11:06 +00:00
李扬
40ded2eca0
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-06-29 10:19:13 +08:00
李扬
e9bac152e1
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-06-29 10:19:04 +08:00
李扬
e2236384d1
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-06-29 10:18:54 +08:00
李扬
98966796d0
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
2023-06-29 10:18:47 +08:00
taiyang-li
70e49cb31c
add docs
2023-06-28 11:28:20 +08:00
Robert Schulze
65cc92a78d
CI: Fix aspell on nested docs
2023-06-02 12:24:41 +00:00
Robert Schulze
df436b2cd4
Spark compatibility: Add new function space()
2023-05-22 14:52:51 +00:00
Robert Schulze
d8d2b0af76
Merge pull request #49466 from ucasfl/str_to_map
...
add alias str_to_map and mapFromString for extractKeyValuePairs
2023-05-08 10:11:06 +02:00
Robert Schulze
d5f08ba87b
Move extractKeyValuePairs*() docs into maps docs
2023-05-07 19:22:29 +00:00
Robert Schulze
d614bde1c7
Fixup docs of extractKeyValuePairs*()
2023-05-07 19:20:16 +00:00
Ivan Takarlikov
8873856ce5
Fix some grammar mistakes in documentation, code and tests
2023-05-04 13:35:18 -03:00
Vladimir C
6090648fc8
Merge pull request #43606 from arthurpassos/parsey_key_value_function
2023-04-24 11:03:28 +02:00
Arthur Passos
197edf9d43
docs
2023-04-21 11:43:12 -03:00
Arthur Passos
43841a6ee6
Merge branch 'master' into parsey_key_value_function
2023-04-20 10:05:34 -03:00
Robert Schulze
3f0b9932c9
Cleanup string replace functions
2023-04-20 10:08:49 +00:00
Robert Schulze
214ee232fd
Clean up string search function docs
2023-04-20 09:30:11 +00:00
Robert Schulze
4756629b84
Clean up string function docs
2023-04-19 20:05:38 +00:00
Robert Schulze
ec5b421be4
Docs: Sort functions in sidebar
2023-04-19 17:05:55 +00:00
Robert Schulze
c406663442
Docs: Replace annoying three spaces in enumerations by a single space
2023-04-19 15:56:55 +00:00
Arthur Passos
c7d7df75f2
minor doc update
2023-04-17 11:20:03 -03:00
Arthur Passos
3380c91206
Add validation for number of arguments provided and update doc examples
2023-04-17 11:15:24 -03:00
Arthur Passos
88f1c969cc
Merge branch 'master' into parsey_key_value_function
2023-04-13 10:38:44 -03:00
Robert Schulze
700492f6d4
Fixes and refactorings for consistency with the remaining codebase
2023-04-12 22:41:26 +00:00
Arthur Passos
b60f51c4d6
remove extra backslash in docs
2023-04-10 10:31:26 -03:00
FriendLey
47fd6b6650
add docs of soundex function. ( #39880 )
2023-04-09 17:00:20 +08:00
Arthur Passos
52e7a09de7
Use two functions extractKeyValuePairs and extractKeyValuePairsWithEscaping instead of boolean parameter
2023-04-06 12:17:14 -03:00
Arthur Passos
a1446764a9
update docs to reflect new boolean argument
2023-04-05 13:27:38 -03:00
Arthur Passos
6dec537b3c
more docs
2023-04-05 10:34:39 -03:00
Arthur Passos
b8d3b8523b
update docs
2023-04-05 10:27:42 -03:00
Arthur Passos
cceb1b278c
Merge branch 'master' into parsey_key_value_function
2023-03-20 15:27:37 -03:00
KevinyhZou
cdc8596f81
enable int type in repeat function
2023-03-02 20:08:39 +08:00
Arthur Passos
20f6783dad
Merge branch 'master' into parsey_key_value_function
2023-02-20 16:24:45 -03:00
taiyang-li
f41f41c78c
fix doc; enable int type for pad
2023-02-07 18:25:36 +08:00
Arthur Passos
4c1d9fa177
improve docs
2023-02-06 10:56:01 -03:00
Arthur Passos
a34b853e1a
add en lorem ipsum docs to get a build in CI
2023-02-06 10:56:01 -03:00
taiyang-li
88c9438515
rename function
2022-12-05 17:38:25 +08:00
taiyang-li
f14582334c
Add function concatWs
2022-12-01 10:56:53 +08:00
李扬
fccf6c037f
Merge branch 'master' into ascii_function
2022-11-03 22:48:55 -05:00
taiyang-li
6770723027
modify as requested
2022-11-03 12:02:31 +08:00
ltrk2
14141c9071
Add support for FixedString input to base64 functions
2022-11-02 08:14:28 -04:00
taiyang-li
2254bef74a
implement function ascii
2022-10-26 14:19:26 +08:00
Robert Schulze
33891c275e
Fix typo
2022-09-27 10:20:39 +00:00
Robert Schulze
aa7e62ad5f
Add functio ntryBase58Decode()
...
- makes it consistent with tryBase64Decode(), follow-up to #39292
- additionally the following minor changes:
- rename Common/base58.h|cpp to Common/Base58.h|cpp for constency with
Common/Base64.h|cpp
- check that (encode|decode|tryDecode)Base64() gets just one argument
2022-09-27 10:18:36 +00:00
Denny Crane
0d7cc82267
Update string-functions.md
2022-08-30 11:08:23 -03:00
Andrey Zvonov
93f9abf130
upd2
2022-08-30 14:41:40 +03:00
Andrey Zvonov
14adea8792
fix error in docs
2022-08-30 14:40:26 +03:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
zvonand
9ac7e41e07
updated docs
2022-07-16 19:45:33 +02:00
zvonand
4ab52b6873
added new DataType + fixes
2022-07-16 18:58:47 +02:00
zvonand
946117ec89
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-base58
2022-06-23 17:04:40 +05:00
zvonand
e33324bd35
fix docs
2022-06-23 16:56:28 +05:00
zvonand
a7ff956c83
updated docs
2022-06-22 14:56:37 +05:00
Alexey Milovidov
3da495d15e
Merge pull request #37779 from ClickHouse/like_match_utf8
...
Clarify that match() & like() use UTF-8 for matching
2022-06-18 05:43:52 +03:00
Robert Schulze
ba0761fb6a
More details on matching with Unicode
2022-06-17 15:29:32 +02:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
Alexey Milovidov
0cac59a9f9
Update string-functions.md
2022-05-07 13:46:17 +03:00
mergify[bot]
2d1057bc87
Merge branch 'master' into fix-substring-negative-offset-length
2022-05-07 10:30:39 +00:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
560471f991
Update /sql-reference docs
2022-03-29 22:06:21 -06:00
RogerYK
c2e8322895
Update old docs
2022-01-26 15:59:40 +08:00
Maksim Kita
cf0fbbbc17
Merge pull request #30406 from andrc1901/andrc1901-DOCSUP-16606-translate_to_russian
...
DOCSUP-16606: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-10-29 23:53:45 +03:00
Andrei Ch
65be1e9668
moving tokens from file to file
2021-10-25 19:14:49 +03:00
Roman Bug
a211e48c3c
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-25 13:44:50 +03:00
Roman Bug
2c20fbe571
Add ru translation for UTF normalized forms.
2021-10-25 12:46:50 +03:00
Roman Bug
258f8cb2f7
Add normalizeUTF8 functions.
2021-10-22 23:10:02 +03:00
Roman Bug
73f65bbe75
Rewrite Normalization Form C (NFC)
2021-10-20 01:42:39 +03:00