Module datafusion_functions_nested::except
source · Expand description
ScalarUDFImpl
definitions for array_except function.
Functions§
- returns an array of the elements that appear in the first array but not in the second.
- Array_except SQL function
- ScalarFunction that returns a
ScalarUDF
for ArrayExcept