Function datafusion_functions_nested::set_ops::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.