Uses of Package
io.github.torand.fastersql.function.aggregate
Packages that use io.github.torand.fastersql.function.aggregate
Package
Description
Provides classes and interfaces related to aggregate functions.
-
Classes in io.github.torand.fastersql.function.aggregate used by io.github.torand.fastersql.function.aggregateClassDescriptionDefines a function that returns a single value based upon a set of other values fetched from multiple rows.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.