Skip to content

Commit 36c1c0c

Browse files
Add support for scalar string and binary functions
1 parent 30fa5f3 commit 36c1c0c

File tree

3 files changed

+794
-0
lines changed

3 files changed

+794
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@
5757
- `st_geometryfromwkt`
5858
- `try_to_geography`
5959
- `try_to_geometry`
60+
- String and binary functions:
61+
- `hex_decode_string`
62+
- `jarowinkler_similarity`
63+
- `parse_url`
64+
- `regexp_instr`
65+
- `regexp_like`
66+
- `regexp_substr`
67+
- `regexp_substr_all`
68+
- `rtrimmed_length`
69+
- `space`
70+
- `split_part`
6071
- Added a parameter to enable and disable automatic column name aliasing for `interval_day_time_from_parts` and `interval_year_month_from_parts` functions.
6172

6273
#### Bug Fixes

docs/source/snowpark/functions.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Functions
241241
haversine
242242
hex
243243
hex_decode_binary
244+
hex_decode_string
244245
hex_encode
245246
hour
246247
h3_cell_to_boundary
@@ -306,6 +307,7 @@ Functions
306307
is_timestamp_ntz
307308
is_timestamp_tz
308309
is_varchar
310+
jarowinkler_similarity
309311
json_extract_path_text
310312
kurtosis
311313
lag
@@ -375,6 +377,7 @@ Functions
375377
pandas_udf
376378
pandas_udtf
377379
parse_json
380+
parse_url
378381
parse_xml
379382
percent_rank
380383
percentile_approx
@@ -395,8 +398,12 @@ Functions
395398
regr_avgy
396399
regr_count
397400
regr_intercept
401+
regexp_instr
402+
regexp_like
398403
regr_r2
399404
regr_slope
405+
regexp_substr
406+
regexp_substr_all
400407
regr_sxx
401408
regr_sxy
402409
regr_syy
@@ -408,6 +415,7 @@ Functions
408415
row_number
409416
rpad
410417
rtrim
418+
rtrimmed_length
411419
second
412420
seq1
413421
seq2
@@ -425,7 +433,9 @@ Functions
425433
snowflake_cortex_summarize
426434
sort_array
427435
soundex
436+
space
428437
split
438+
split_part
429439
sproc
430440
sql_expr
431441
sqrt

0 commit comments

Comments
 (0)