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