| Class | Description |
|---|---|
| IcebergArrowVectors |
The general way of getting a value at an index in the Arrow vector
is by calling get(index).
|
| IcebergArrowVectors.DecimalArrowVector |
Extension of Arrow's @
DecimalVector. |
| IcebergArrowVectors.VarBinaryArrowVector |
Extension of Arrow's @
VarBinaryVector. |
| IcebergArrowVectors.VarcharArrowVector |
Extension of Arrow's @
VarCharVector. |
| NullabilityHolder |
Instances of this class simply track whether a value at an index is null.
|
| VectorHolder |
Container class for holding the Arrow vector holding a batch of values along with other state needed for reading
values out of it.
|
| VectorizedArrowReader |
VectorReader(s) that read in a batch of values into Arrow vectors. |