File tree Expand file tree Collapse file tree 5 files changed +978
-14
lines changed
Expand file tree Collapse file tree 5 files changed +978
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments