Expand description
ScalarUDFImpl definitions for array_remove, array_remove_n, array_remove_all functions.
Structsยง
- Array
Remove - Array
Remove ๐All - Array
RemoveN ๐
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 ArrayRemoveAll - array_
remove_ inner - Array_remove SQL function
- array_
remove_ ๐internal - 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 ArrayRemoveN - array_
remove_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayRemove - general_
remove ๐ - For each element of
list_array[i], removed up toarr_n[i]occurrences ofelement_array[i].