pub fn aggregate_table_rows( table_rows: Vec<TableRow>, aggregator_function: AggregatorFunction, ) -> Vec<TableRow>