%md #### array_intersect(array<T>, array<T>): array<T> Returns an array of the elements in the intersection of the given two arrays, without duplicates.
array_intersect(array<T>, array<T>): array<T>
Returns an array of the elements in the intersection of the given two arrays, without duplicates.
Last refresh: Never
%md #### array_union(array<T>, array<T>): array<T> Returns an array of the elements in the union of the given two arrays, without duplicates.
array_union(array<T>, array<T>): array<T>
Returns an array of the elements in the union of the given two arrays, without duplicates.
Last refresh: Never
Apache Spark Built-in and Higher-Order Functions Examples
Last refresh: Never