Module litebridge.orm
Package org.litebridgedb.orm.expression.function.aggregate
package org.litebridgedb.orm.expression.function.aggregate
Aggregate SQL function expressions
-
Record ClassesClassDescriptionAvgSpec<T>
AVG(): Returns the average value of a column.COUNT(): Selects the count of rows matching the query.MaxSpec<T>MAX(): Returns the highest or largest value within a specified column or expressionMinSpec<T>MIN(): Returns the lowest or smallest value within a specified column or expression