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