toggle menu
4.1.1
jvm
switch theme
search in API
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.