| Class | Description |
|---|---|
| AddFileColumnarBatch |
Expose the array of
AddFiles as a ColumnarBatch. |
| ColumnarBatchRow |
Row abstraction around a columnar batch and a particular row within the columnar batch.
|
| PartitionRow |
The type of Row that will be evaluated against
Columns. |
| PojoColumnarBatch<POJO_TYPE> |
Exposes a given a list of POJO objects and their schema as a
ColumnarBatch. |
| PojoRow<POJO_TYPE> |
Exposes a POJO object as a
Row |
| ScanStateRow |
Expose the common scan state for all scan files.
|
| SelectionColumnVector |
The selection vector for a columnar batch as a boolean
ColumnVector. |