Package org.litebridgedb.orm.expression.function.aggregate


package org.litebridgedb.orm.expression.function.aggregate
Aggregate SQL function expressions
  • Record Classes
    Class
    Description
    AVG(): Returns the average value of a column.
    COUNT(): Selects the count of rows matching the query.
    MAX(): Returns the highest or largest value within a specified column or expression
    MIN(): Returns the lowest or smallest value within a specified column or expression