Expand description
ScalarUDFImpl definitions for array_remove, array_remove_n, array_remove_all functions.
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
ScalarUDFfor [$UDF] - array_
remove_ inner - Array_remove SQL function
- array_
remove_ n - removes the first
maxelements 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
ScalarUDFfor [$UDF] - array_
remove_ udf - ScalarFunction that returns a
ScalarUDFfor [$UDF]