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