See: Description
| Interface | Description |
|---|---|
| ArrayValue |
Abstraction to represent a single array value in a
ColumnVector. |
| ColumnarBatch |
Represents zero or more rows of records with same schema type.
|
| ColumnVector |
Represents zero or more values of a single column.
|
| MapValue |
Abstraction to represent a single map value in a
ColumnVector. |
| Row |
Represent a single record
|
| Class | Description |
|---|---|
| FilteredColumnarBatch |
Represents a filtered version of
ColumnarBatch. |