| Class | Description |
|---|---|
| ChildVectorBasedRow |
A
Row implementation that wraps a set of child vectors for a specific rowId. |
| ColumnarBatchRow |
Row abstraction around a columnar batch and a particular row within the columnar batch.
|
| GenericRow |
Exposes a given map of values as a
Row |
| ScanStateRow |
Encapsulate the scan state (common info for all scan files) as a
Row |
| SelectionColumnVector |
The selection vector for a columnar batch as a boolean
ColumnVector. |
| StructRow |
A
Row abstraction for a struct type column vector and a specific rowId. |