pub fn last_value( col: impl Into<Column>, ignore_nulls: Option<impl Into<Column>>, ) -> Column
Returns the last value of col for a group of rows.