toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
maxDistinct
max
Distinct
fun
<
C
:
Comparable
<
C
>
>
maxDistinct
(
column
:
ColumnDeclaring
<
C
>
)
:
AggregateExpression
<
C
>
(
source
)
The max function with distinct, translated to
max(distinct column)
in SQL.