groupBy

abstract fun groupBy(vararg expressions: Expression): GroupBy(source)

Create and chain a GroupBy object to group the query result.

Return

The GroupBy object that represents the GROUP BY clause of the query.

Parameters

expressions

The group by expression.