Module except

Source
Expand description

ScalarUDFImpl definitions for array_except function.

Structs§

ArrayExcept

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