| MultiValueFixedByteRawIndexCreator |
Forward index creator for raw (non-dictionary-encoded) single-value column of variable length
data type (STRING,
BYTES).
|
| MultiValueUnsortedForwardIndexCreator |
Forward index creator for dictionary-encoded multi-value column.
|
| MultiValueVarByteRawIndexCreator |
Forward index creator for raw (non-dictionary-encoded) single-value column of variable length
data type (STRING,
BYTES).
|
| SingleValueFixedByteRawIndexCreator |
Forward index creator for raw (non-dictionary-encoded) 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 |
Forward index creator for raw (non-dictionary-encoded) single-value column of variable length data type (BIG_DECIMAL,
STRING, BYTES).
|