| Class | Description |
|---|---|
| AbstractAggregate |
A base class for aggregate functions.
|
| Aggregate |
Implements the integrated aggregate functions, such as COUNT, MAX, SUM.
|
| JavaAggregate |
This class wraps a user-defined aggregate.
|
| Enum | Description |
|---|---|
| AggregateType |
The type of an aggregate function.
|
Aggregate functions.