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