Expand description
ScalarUDFImpl
definitions for array_union, array_intersect and array_distinct functions.
Functionsยง
- returns distinct values from the array after removing duplicates.
- ScalarFunction that returns a
ScalarUDF
for ArrayDistinct - returns an array of the elements in the intersection of array1 and array2.
- ScalarFunction that returns a
ScalarUDF
for ArrayIntersect - returns an array of the elements in the union of array1 and array2 without duplicates.
- ScalarFunction that returns a
ScalarUDF
for ArrayUnion