Module remove

Module remove 

Source
Expand description

ScalarUDFImpl definitions for array_remove, array_remove_n, array_remove_all functions.

Structsยง

ArrayRemove
ArrayRemoveAll ๐Ÿ”’
ArrayRemoveN ๐Ÿ”’

Functionsยง

array_remove
removes the first element from the array equal to the given value.
array_remove_all
removes all elements from the array equal to the given value.
array_remove_all_inner
Array_remove_all SQL function
array_remove_all_udf
ScalarFunction that returns a ScalarUDF for ArrayRemoveAll
array_remove_inner
Array_remove SQL function
array_remove_internal ๐Ÿ”’
array_remove_n
removes the first max elements from the array equal to the given value.
array_remove_n_inner
Array_remove_n SQL function
array_remove_n_udf
ScalarFunction that returns a ScalarUDF for ArrayRemoveN
array_remove_udf
ScalarFunction that returns a ScalarUDF for ArrayRemove
general_remove ๐Ÿ”’
For each element of list_array[i], removed up to arr_n[i] occurrences of element_array[i].