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