Group1By3<A, B, C, D> extension

Extension methods for completing a GROUP BY.

on

Methods

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

Available on Group<(Expr<A>, Expr<B>, Expr<C>), (Expr<D>)>, provided by the Group1By3 extension

Finish GROUP BY clause by specifying aggregate functions.