aggregateWithGroupBy<T extends Table, D> abstract method

Future<List<Map<String, Object?>>> aggregateWithGroupBy<T extends Table, D>({
  1. required List<String> groupByColumns,
  2. required Map<String, String> aggregations,
  3. Expression<bool>? filter,
  4. String? having,
})

Implementation

Future<List<Map<String, Object?>>> aggregateWithGroupBy<T extends Table, D>({
  required List<String> groupByColumns,
  required Map<String, String> aggregations,
  Expression<bool>? filter,
  String? having,
});