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
ScalarUDFfor ArrayRemoveAll - Array_remove SQL function
- removes the first
maxelements from the array equal to the given value. - Array_remove_n SQL function
- ScalarFunction that returns a
ScalarUDFfor ArrayRemoveN - ScalarFunction that returns a
ScalarUDFfor ArrayRemove