aggregateWithGroupBy<T extends Table, D> abstract method
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,
});