Function datafusion::prelude::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.