Function datafusion_functions_nested::set_ops::array_union
source ยท pub fn array_union(array1: Expr, array2: Expr) -> Expr
Expand description
returns an array of the elements in the union of array1 and array2 without duplicates.