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