spark_connect_rs::functions

Function any_value

Source
pub fn any_value(
    col: impl Into<Column>,
    ignore_nulls: Option<impl Into<Column>>,
) -> Column
Expand description

Returns some value of col for a group of rows.