pub fn group_by_rows<'a>( data: &'a [Row], field: &str, ) -> HashMap<String, Vec<&'a Row>>
Group rows by a field value.