Function datafusion_expr::expr_fn::array_remove_all
source · pub fn array_remove_all(array: Expr, element: Expr) -> Expr
Expand description
removes all elements from the array equal to the given value.
pub fn array_remove_all(array: Expr, element: Expr) -> Expr
removes all elements from the array equal to the given value.