| Class | Description |
|---|---|
| IterativeColumnOperator<INPUT_TYPE,OUTPUT_TYPE,STATE> |
Iterative Operator from Columns of INPUT_TYPE to OUTPUT_TYPE, using STATE to accumulate values that can not be stored
in the destination column itself.
|
| Enum | Description |
|---|---|
| AggType |
Enumeration representing valid aggregation types for
ComboAggregateFactory or TotalsTableBuilder. |