Expand description
ScalarUDFImpl
definitions for array_except function.
Structs§
Functions§
- array_
except - returns an array of the elements that appear in the first array but not in the second.
- array_
except_ inner - Array_except SQL function
- array_
except_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayExcept