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