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