groupBy

fun GroupByRouter.groupBy(vararg properties: String): 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

properties

The properties to group by.