Function datafusion_functions_nested::remove::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.