Skip to content

Commit e1ff769

Browse files
authored
docs: update user guide supported expressions list (#4304)
1 parent 266ae30 commit e1ff769

2 files changed

Lines changed: 140 additions & 107 deletions

File tree

docs/source/contributor-guide/spark_expressions_support.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- [x] bool_or
4848
- [ ] collect_list
4949
- [x] collect_set
50-
- [ ] corr
50+
- [x] corr
5151
- [x] count
5252
- [x] count_if
5353
- [ ] count_min_sketch
@@ -94,9 +94,9 @@
9494
- [ ] percentile_approx
9595
- [ ] percentile_cont
9696
- [ ] percentile_disc
97-
- [x] regr_avgx
98-
- [x] regr_avgy
99-
- [x] regr_count
97+
- [ ] regr_avgx
98+
- [ ] regr_avgy
99+
- [ ] regr_count
100100
- [ ] regr_intercept
101101
- [ ] regr_r2
102102
- [ ] regr_slope
@@ -157,13 +157,13 @@
157157
### bitwise_funcs
158158

159159
- [x] `&`
160-
- [ ] `<<`
161-
- [ ] `>>`
160+
- [x] `<<`
161+
- [x] `>>`
162162
- [ ] `>>>`
163163
- [x] `^`
164164
- [x] bit_count
165165
- [x] bit_get
166-
- [ ] getbit
166+
- [x] getbit
167167
- [x] shiftright
168168
- [ ] shiftrightunsigned
169169
- [x] `|`
@@ -187,7 +187,7 @@
187187
- [ ] nullifzero
188188
- [x] nvl
189189
- [x] nvl2
190-
- [ ] when
190+
- [x] when
191191
- [ ] zeroifnull
192192

193193
### conversion_funcs
@@ -216,11 +216,11 @@
216216

217217
- [ ] add_months
218218
- [ ] convert_timezone
219-
- [x] curdate
220-
- [x] current_date
219+
- [ ] curdate
220+
- [ ] current_date
221221
- [ ] current_time
222222
- [ ] current_timestamp
223-
- [x] current_timezone
223+
- [ ] current_timezone
224224
- [x] date_add
225225
- [x] date_diff
226226
- [x] date_format
@@ -303,7 +303,7 @@
303303
- [x] crc32
304304
- [x] hash
305305
- [x] md5
306-
- [ ] sha
306+
- [x] sha
307307
- [x] sha1
308308
- [x] sha2
309309
- [x] xxhash64
@@ -335,23 +335,23 @@
335335

336336
### map_funcs
337337

338-
- [ ] element_at
338+
- [x] element_at
339339
- [ ] map
340340
- [ ] map_concat
341341
- [x] map_contains_key
342-
- [ ] map_entries
343-
- [ ] map_from_arrays
344-
- [ ] map_from_entries
342+
- [x] map_entries
343+
- [x] map_from_arrays
344+
- [x] map_from_entries
345345
- [x] map_keys
346-
- [ ] map_values
346+
- [x] map_values
347347
- [x] str_to_map
348348
- [ ] try_element_at
349349

350350
### math_funcs
351351

352352
- [x] `%`
353-
- [ ] `*`
354-
- [ ] `+`
353+
- [x] `*`
354+
- [x] `+`
355355
- [x] `-`
356356
- [x] `/`
357357
- [x] abs
@@ -373,7 +373,7 @@
373373
- [x] cot
374374
- [ ] csc
375375
- [x] degrees
376-
- [ ] div
376+
- [x] div
377377
- [ ] e
378378
- [x] exp
379379
- [x] expm1
@@ -384,7 +384,7 @@
384384
- [ ] hypot
385385
- [ ] least
386386
- [x] ln
387-
- [ ] log
387+
- [x] log
388388
- [x] log10
389389
- [ ] log1p
390390
- [x] log2
@@ -432,11 +432,11 @@
432432
- [ ] bitmap_construct_agg
433433
- [ ] bitmap_count
434434
- [ ] bitmap_or_agg
435-
- [x] current_catalog
436-
- [x] current_database
437-
- [x] current_schema
438-
- [x] current_user
439-
- [x] equal_null
435+
- [ ] current_catalog
436+
- [ ] current_database
437+
- [ ] current_schema
438+
- [ ] current_user
439+
- [ ] equal_null
440440
- [ ] from_avro
441441
- [ ] from_protobuf
442442
- [ ] hll_sketch_estimate
@@ -490,7 +490,7 @@
490490
- [x] `>`
491491
- [x] `>=`
492492
- [x] and
493-
- [ ] between
493+
- [x] between
494494
- [x] ilike
495495
- [x] in
496496
- [x] isnan
@@ -581,7 +581,7 @@
581581
### struct_funcs
582582

583583
- [x] named_struct
584-
- [ ] struct
584+
- [x] struct
585585

586586
### url_funcs
587587

0 commit comments

Comments
 (0)