Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
min
min
fun
<
C
:
Comparable
<
C
>
>
min
(
column
:
ColumnDeclaring
<
C
>
)
:
AggregateExpression
<
C
>
(
source
)
The min function, translated to
min(column)
in SQL.