Group1By4<A, B, C, D, E> extension

Extension methods for completing a GROUP BY.

on

Methods

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

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

Finish GROUP BY clause by specifying aggregate functions.