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