Uses of Package
org.h2.expression.aggregate
-
Packages that use org.h2.expression.aggregate Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.expression.aggregate Aggregate functions. -
Classes in org.h2.expression.aggregate used by org.h2.command Class Description AbstractAggregate A base class for aggregate functions.Aggregate Implements the integrated aggregate functions, such as COUNT, MAX, SUM.AggregateType The type of an aggregate function. -
Classes in org.h2.expression.aggregate used by org.h2.expression.aggregate Class Description AbstractAggregate A base class for aggregate functions.AggregateData Abstract class for the computation of an aggregate.AggregateDataBinarySet Aggregate data of binary set functions.AggregateDataCollecting Data stored while calculating an aggregate that needs collecting of all values or a distinct aggregate.AggregateDataCollecting.NullCollectionMode NULL values collection mode.AggregateType The type of an aggregate function.LongDataCounter Counter.