Function array_except

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