Function array_intersect

Source
pub fn array_intersect<T: ToExpr>(col1: T, col2: T) -> Column
where Vec<T>: ToVecExpr,