Expand description
ScalarUDFImpl
definitions for array_remove, array_remove_n, array_remove_all functions.
Functionsยง
- removes the first element from the array equal to the given value.
- removes all elements from the array equal to the given value.
- Array_remove_all SQL function
- ScalarFunction that returns a
ScalarUDF
for ArrayRemoveAll - Array_remove SQL function
- removes the first
max
elements from the array equal to the given value. - Array_remove_n SQL function
- ScalarFunction that returns a
ScalarUDF
for ArrayRemoveN - ScalarFunction that returns a
ScalarUDF
for ArrayRemove