%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
%md #### array_join(array<String>, String[, String]): String Concatenates the elements of the given array using the delimiter and an optional string to replace nulls. If no value is set for null replacement, any null value is filtered.
array_join(array<String>, String[, String]): String
Concatenates the elements of the given array using the delimiter and an optional string to replace nulls. If no value is set for null replacement, any null value is filtered.
Last refresh: Never
Apache Spark Built-in and Higher-Order Functions Examples
Last refresh: Never