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