Package io.github.torand.fastersql.function.aggregate
package io.github.torand.fastersql.function.aggregate
Provides classes and interfaces related to aggregate functions.
-
ClassDescriptionDefines a function that returns a single value based upon a set of other values fetched from multiple rows.Provides factory methods for aggregate functions.Implements the average aggregate function.Implements the count aggregate function.Implements the count all aggregate function.Implements the maximum aggregate function.Implements the minimum aggregate function.Implements the sum aggregate function.