| IAggregation |
An aggregation that is binding a single-field source with its destination aggregates.
|
| IAggregationBinding |
Aggregation binding between two data structures of type 'array': the source and the destination.
|
| IAggregationFunction |
Aggregation function based on a single field.
|
| IGenericAggregation |
An aggregation can bind an input data structure called the source with a destination data
structure that contains aggregates.
|
| IGenericAggregationFunction |
Generic Aggregation function based on an arbitrary number of data sources.
|
| IHistory |
Some aggregation functions require to keep track of their history.
|
| IHistoryAggregationFunction |
Describes an aggregation function that works over historical representations.
|
| IMultiSourceAggregation |
An aggregation that is binding a multi-column data sources with a destination aggregates
structure.
|
| IMultiSourceAggregationFunction |
Aggregate functions based on multiple data sources.
|
| ITimestamp |
A timestamp as produced by a TIMESTAMP aggregation function.
|