Function array_remove

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