| Interface | Description |
|---|---|
| RowCollector |
Each instance of a row collector able to store a state of a numerous 'rows', represented by int arrays.
|
| Shuffle |
Type represents a strategy to convert a collection of columns
with various data dictionaries, into a table-like rows.
|
| Class | Description |
|---|---|
| AbstractRowCollector |
Abstract implementation of the
RowCollector interface. |
| IndexShuffle |
Implementation of a
Shuffle type, that delegates core calculations to a specified function. |