spark_connect_rs::functions

Function array_remove

Source
pub fn array_remove(
    col: impl Into<Column>,
    element: impl Into<Column>,
) -> Column
Expand description

Remove all elements that equal to element from the given array.