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