Function array_overlap

Source
pub fn array_overlap<T: ToExpr + ToLiteralExpr>(a1: T, a2: T) -> Column
where Vec<T>: ToVecExpr,