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