Function datafusion_expr::expr_fn::array_remove_n
source · pub fn array_remove_n(array: Expr, element: Expr, max: Expr) -> ExprExpand description
removes the first max elements from the array equal to the given value.
pub fn array_remove_n(array: Expr, element: Expr, max: Expr) -> Exprremoves the first max elements from the array equal to the given value.