Uses of Interface
io.github.torand.fastersql.function.aggregate.AggregateFunction
Packages that use AggregateFunction
Package
Description
Provides classes and interfaces related to aggregate functions.
-
Uses of AggregateFunction in io.github.torand.fastersql.function.aggregate
Classes in io.github.torand.fastersql.function.aggregate that implement AggregateFunctionModifier and TypeClassDescriptionclassImplements the average aggregate function.classImplements the count aggregate function.classImplements the count all aggregate function.classImplements the maximum aggregate function.classImplements the minimum aggregate function.classImplements the sum aggregate function.