pub fn array_remove<T>(col: T, element: T) -> Columnwhere T: ToExpr + ToLiteralExpr, Vec<T>: ToVecExpr,