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