Function datafusion_expr::expr_fn::array_intersect
source · pub fn array_intersect(first_array: Expr, second_array: Expr) -> Expr
Expand description
Returns an array of the elements in the intersection of array1 and array2.