Uses of Class
io.github.torand.fastersql.function.aggregate.Avg
Packages that use Avg
Package
Description
Provides classes and interfaces related to aggregate functions.
-
Uses of Avg in io.github.torand.fastersql.function.aggregate
Methods in io.github.torand.fastersql.function.aggregate that return AvgModifier and TypeMethodDescriptionstatic Avg
AggregateFunctions.avg
(Expression expression) Creates the average aggregate of an expression.