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 TypeClassDescriptionclass
Implements the average aggregate function.class
Implements the count aggregate function.class
Implements the count all aggregate function.class
Implements the maximum aggregate function.class
Implements the minimum aggregate function.class
Implements the sum aggregate function.