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