| Modifier and Type | Method and Description |
|---|---|
ColumnIndexSupplier |
ColumnPlus.getIndexSupplier() |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexSupplier |
ColumnIndexSelector.getIndexSupplier(String column)
Get the
ColumnIndexSupplier of a column. |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexSupplier |
ColumnSelectorColumnIndexSelector.getIndexSupplier(String column) |
default ColumnIndexSupplier |
VirtualColumn.getIndexSupplier(String columnName,
ColumnSelector columnSelector)
Get the
ColumnIndexSupplier for the specified virtual column, with the assistance of a
ColumnSelector to allow reading things from segments. |
ColumnIndexSupplier |
VirtualColumns.getIndexSupplier(String columnName,
ColumnSelector columnSelector)
Get the
ColumnIndexSupplier of the specified virtual column, with the assistance of a
ColumnSelector to allow reading things from segments. |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexSupplier |
ColumnHolder.getIndexSupplier() |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
ColumnBuilder.setIndexSupplier(ColumnIndexSupplier indexSupplier,
boolean hasBitmapIndex,
boolean hasSpatial) |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedFieldLiteralColumnIndexSupplier<TStringDictionary extends Indexed<ByteBuffer>>
Supplies indexes for nested field columns
NestedFieldLiteralDictionaryEncodedColumn of
NestedDataComplexColumn. |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexSupplier |
CompressedNestedDataComplexColumn.getColumnIndexSupplier(List<NestedPathPart> path) |
abstract ColumnIndexSupplier |
NestedDataComplexColumn.getColumnIndexSupplier(List<NestedPathPart> path)
Make a
ColumnIndexSupplier for a nested literal field column associated with this nested
complex column located at the 'path' represented as a sequence of NestedPathPart. |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryEncodedStringIndexSupplier |
class |
NoIndexesColumnIndexSupplier
Default implementation of
ColumnIndexSupplier for columns which do not
have any indexes. |
class |
NullValueIndexSupplier
ColumnIndexSupplier for columns which only have an ImmutableBitmap to indicate which rows only have
null values, such as LongNumericColumnPartSerdeV2, DoubleNumericColumnPartSerdeV2, and
FloatNumericColumnPartSerdeV2. |
class |
StringFrontCodedColumnIndexSupplier |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexSupplier |
ListFilteredVirtualColumn.getIndexSupplier(String columnName,
ColumnSelector columnSelector) |
ColumnIndexSupplier |
NestedFieldVirtualColumn.getIndexSupplier(String columnName,
ColumnSelector selector) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.