| Modifier and Type | Class and Description |
|---|---|
class |
FrameVectorCursor
A
VectorCursor that is based on a Frame. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorValueMatcher
An object that returns a boolean indicating if the "current" row should be selected or not.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVectorValueMatcher |
class |
BooleanVectorValueMatcher |
| Modifier and Type | Method and Description |
|---|---|
static BooleanVectorValueMatcher |
BooleanVectorValueMatcher.of(VectorSizeInspector selector,
boolean matches) |
| Constructor and Description |
|---|
BaseVectorValueMatcher(VectorSizeInspector selector) |
| Modifier and Type | Class and Description |
|---|---|
static class |
StringDictionaryEncodedColumn.MultiValueStringVectorObjectSelector
Base type for a
VectorObjectSelector for a dictionary encoded ColumnType.STRING
built around a ColumnarMultiInts. |
static class |
StringDictionaryEncodedColumn.StringMultiValueDimensionVectorSelector
Base type for a
MultiValueDimensionVectorSelector for a dictionary encoded ColumnType.STRING
built around a ColumnarMultiInts. |
static class |
StringDictionaryEncodedColumn.StringSingleValueDimensionVectorSelector
Base type for a
SingleValueDimensionVectorSelector for a dictionary encoded ColumnType.STRING
built around a ColumnarInts. |
static class |
StringDictionaryEncodedColumn.StringVectorObjectSelector
Base type for a
VectorObjectSelector for a dictionary encoded ColumnType.STRING
built around a ColumnarInts. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiValueDimensionVectorSelector
Vectorized selector for a multi-valued string-typed column.
|
interface |
ReadableVectorInspector
Vector inspector that can supply a unique identifier of the vector to use with caching in addition to
sizing information
|
interface |
ReadableVectorOffset
Provides a batch of offsets, ostensibly as indexes into an array.
|
interface |
SingleValueDimensionVectorSelector
Vectorized selector for a singly-valued string-typed column.
|
interface |
VectorCursor
Vectorized cursor used during query execution.
|
interface |
VectorObjectSelector
Vectorized object selector, useful for complex columns.
|
interface |
VectorOffset
The movable version of ReadableVectorOffset.
|
interface |
VectorValueSelector
Vectorized selector for primitive columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDoubleVectorValueSelector |
class |
BaseFloatVectorValueSelector |
class |
BaseLongVectorValueSelector |
class |
BitmapVectorOffset |
class |
FilteredVectorOffset |
class |
NilVectorSelector |
class |
NoFilterVectorOffset |
| Modifier and Type | Method and Description |
|---|---|
static NilVectorSelector |
NilVectorSelector.create(VectorSizeInspector vectorSizeInspector) |
static SingleValueDimensionVectorSelector |
ConstantVectorSelectors.singleValueDimensionVectorSelector(VectorSizeInspector inspector,
String value) |
static VectorObjectSelector |
ConstantVectorSelectors.vectorObjectSelector(VectorSizeInspector inspector,
Object object) |
static VectorValueSelector |
ConstantVectorSelectors.vectorValueSelector(VectorSizeInspector inspector,
Number constant) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionVectorObjectSelector |
class |
ExpressionVectorValueSelector |
static class |
NestedFieldVirtualColumn.RawFieldVectorObjectSelector
Process the "raw" data to extract vectors of values with
NestedPathFinder.find(Object, List), wrapping the
result in StructuredData |
class |
SingleStringInputDeferredEvaluationExpressionDimensionVectorSelector
A
SingleValueDimensionVectorSelector decorator that directly exposes the underlying dictionary ids in
SingleStringInputDeferredEvaluationExpressionDimensionVectorSelector.getRowVector(), saving expression computation until SingleStringInputDeferredEvaluationExpressionDimensionVectorSelector.lookupName(int) is called. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.