Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.35.0
Description
array_union(array1, array2) - Returns an array of the elements in the union of array1 and array2, without duplicates.
array_intersect(array1, array2) - Returns an array of the elements in the intersection of array1 and array2, without duplicates.
array_except(array1, array2) - Returns an array of the elements in array1 but not in array2, without duplicates.
For more details
https://spark.apache.org/docs/latest/api/sql/index.html
Attachments
Issue Links
- is related to
-
CALCITE-2355 Add multiset operators MULTISET UNION, IS A SET, FUSION, etc.
- Closed
- links to