Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
groupBy
group
By
fun
Query
.
groupBy
(
columns
:
Collection
<
ColumnDeclaring
<
*
>
>
)
:
Query
(
source
)
fun
Query
.
groupBy
(
vararg
columns
:
ColumnDeclaring
<
*
>
)
:
Query
(
source
)
Specify the
group by
clause of this query using the given columns or expressions.