Skip to content

Commit 7e510c9

Browse files
authored
SNOW-1888076: built-in function support wave1 (#2928)
1 parent 3111d5c commit 7e510c9

File tree

5 files changed

+978
-14
lines changed

5 files changed

+978
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,21 @@
4141
- `regr_sxy`
4242
- `regr_syy`
4343
- `try_to_binary`
44+
- `base64`
45+
- `base64_decode_string`
46+
- `base64_encode`
47+
- `editdistance`
48+
- `hex`
49+
- `hex_encode`
50+
- `instr`
51+
- `log1p`
52+
- `log2`
53+
- `log10`
54+
- `percentile_approx`
55+
- `unbase64`
4456
- Added support for specifying a schema string (including implicit struct syntax) when calling `DataFrame.create_dataframe`.
4557
- Added support for `DataFrameWriter.insert_into/insertInto`. This method also supports local testing mode.
58+
- Added support for multiple columns in the functions `map_cat` and `map_concat`.
4659

4760
#### Experimental Features
4861

docs/source/snowpark/functions.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ Functions
8181
atanh
8282
atan2
8383
avg
84+
base64
85+
base64_decode_string
86+
base64_encode
8487
bit_length
8588
bitmap_bit_position
8689
bitmap_bucket_number
@@ -157,6 +160,7 @@ Functions
157160
desc_nulls_last
158161
div0
159162
divnull
163+
editdistance
160164
endswith
161165
equal_nan
162166
equal_null
@@ -178,12 +182,15 @@ Functions
178182
grouping
179183
grouping_id
180184
hash
185+
hex
186+
hex_encode
181187
hour
182188
iff
183189
ifnull
184190
in_
185191
initcap
186192
insert
193+
instr
187194
is_array
188195
is_binary
189196
is_boolean
@@ -217,6 +224,9 @@ Functions
217224
locate
218225
localtimestamp
219226
log
227+
log1p
228+
log2
229+
log10
220230
lower
221231
lpad
222232
ltrim
@@ -257,6 +267,7 @@ Functions
257267
parse_json
258268
parse_xml
259269
percent_rank
270+
percentile_approx
260271
percentile_cont
261272
position
262273
pow
@@ -350,6 +361,7 @@ Functions
350361
udaf
351362
udf
352363
udtf
364+
unbase64
353365
uniform
354366
unix_timestamp
355367
upper

0 commit comments

Comments
 (0)