spark_connect_rs::functions

Function first_value

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

Returns the first value of col for a group of rows.