| Interface | Description |
|---|---|
| MultiValueDimensionVectorSelector |
Vectorized selector for a multi-valued string-typed column.
|
| ReadableVectorInspector |
Vector inspector that can supply a unique identifier of the vector to use with caching in addition to
sizing information
|
| ReadableVectorOffset |
Provides a batch of offsets, ostensibly as indexes into an array.
|
| SingleValueDimensionVectorSelector |
Vectorized selector for a singly-valued string-typed column.
|
| VectorColumnSelectorFactory |
A class that comes from
VectorCursor.getColumnSelectorFactory() and is used to create vector selectors. |
| VectorCursor |
Vectorized cursor used during query execution.
|
| VectorObjectSelector |
Vectorized object selector, useful for complex columns.
|
| VectorOffset |
The movable version of ReadableVectorOffset.
|
| VectorSizeInspector |
Common interface for vectorized column selectors, matchers, etc, where callers are given the ability to inspect
current and maximum vector sizes.
|
| VectorValueSelector |
Vectorized selector for primitive columns.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.