Function datafusion_functions_nested::remove::array_remove
source ยท pub fn array_remove(array: Expr, element: Expr) -> ExprExpand description
removes the first element from the array equal to the given value.
pub fn array_remove(array: Expr, element: Expr) -> Exprremoves the first element from the array equal to the given value.