Group1By1<A, B> extension

Extension methods for completing a GROUP BY.

on

Methods

aggregate<T extends Record>(Aggregation<(Expr<B>), T> aggregationBuilder(Aggregation<(Expr<B>), (Expr<A>)> agg)) Query<T>

Available on Group<(Expr<A>), (Expr<B>)>, provided by the Group1By1 extension

Finish GROUP BY clause by specifying aggregate functions.