File tree Expand file tree Collapse file tree 4 files changed +559
-15
lines changed
src/snowflake/snowpark/_functions Expand file tree Collapse file tree 4 files changed +559
-15
lines changed Original file line number Diff line number Diff line change 66
77#### New Features
88
9+ - Added support for the following functions in ` functions.py ` :
10+ - String and Binary functions:
11+ - ` hex_decode_string `
12+ - ` jarowinkler_similarity `
13+ - ` parse_url `
14+ - ` regexp_instr `
15+ - ` regexp_like `
16+ - ` regexp_substr `
17+ - ` regexp_substr_all `
18+ - ` rtrimmed_length `
19+ - ` space `
20+ - ` split_part `
21+
922#### Bug Fixes
1023
1124#### Improvements
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ Functions
251251 haversine
252252 hex
253253 hex_decode_binary
254+ hex_decode_string
254255 hex_encode
255256 hour
256257 h3_cell_to_boundary
@@ -316,6 +317,7 @@ Functions
316317 is_timestamp_ntz
317318 is_timestamp_tz
318319 is_varchar
320+ jarowinkler_similarity
319321 json_extract_path_text
320322 kurtosis
321323 lag
@@ -389,6 +391,7 @@ Functions
389391 pandas_udf
390392 pandas_udtf
391393 parse_json
394+ parse_url
392395 parse_xml
393396 percent_rank
394397 percentile_approx
@@ -410,8 +413,12 @@ Functions
410413 regr_avgy
411414 regr_count
412415 regr_intercept
416+ regexp_instr
417+ regexp_like
413418 regr_r2
414419 regr_slope
420+ regexp_substr
421+ regexp_substr_all
415422 regr_sxx
416423 regr_sxy
417424 regr_syy
@@ -424,6 +431,7 @@ Functions
424431 row_number
425432 rpad
426433 rtrim
434+ rtrimmed_length
427435 second
428436 seq1
429437 seq2
@@ -444,7 +452,9 @@ Functions
444452 sort_array
445453 soundex
446454 soundex_p123
455+ space
447456 split
457+ split_part
448458 sproc
449459 sql_expr
450460 square
You can’t perform that action at this time.
0 commit comments