Module remove

Source
Expand description

ScalarUDFImpl definitions for array_remove, array_remove_n, array_remove_all functions.

Structs§

ArrayRemove

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_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