Expand description
ScalarUDFImpl
definitions for array_remove, array_remove_n, array_remove_all functions.
Structs§
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