| MultiValueEntryDictForwardIndexCreator |
Forward index creator for dictionary-encoded multi-value column, where multi-value entries are dictionary encoded.
|
| MultiValueFixedByteRawIndexCreator |
Raw (non-dictionary-encoded) forward index creator for multi-value column of fixed length data type (INT, LONG,
FLOAT, DOUBLE).
|
| MultiValueUnsortedForwardIndexCreator |
Forward index creator for dictionary-encoded multi-value column.
|
| MultiValueVarByteRawIndexCreator |
Raw (non-dictionary-encoded) forward index creator for multi-value column of variable length data type (STRING,
BYTES).
|
| SingleValueFixedByteRawIndexCreator |
Raw (non-dictionary-encoded) forward index creator for single-value column of fixed length data type (INT, LONG,
FLOAT, DOUBLE).
|
| SingleValueSortedForwardIndexCreator |
Forward index creator for dictionary-encoded sorted single-value column.
|
| SingleValueUnsortedForwardIndexCreator |
Forward index creator for dictionary-encoded unsorted single-value column.
|
| SingleValueVarByteRawIndexCreator |
Raw (non-dictionary-encoded) forward index creator for single-value column of variable length data type (BIG_DECIMAL,
STRING, BYTES).
|