| BaseChunkForwardIndexWriter |
Base implementation for chunk-based raw (non-dictionary-encoded) forward index writer where each chunk contains fixed
number of docs.
|
| DirectMemoryManager |
|
| FixedBitMVEntryDictForwardIndexWriter |
Bit-compressed dictionary-encoded forward index writer for multi-value columns, where a second level dictionary
encoding for multi-value entries (instead of individual values within the entry) are maintained within the forward
index.
|
| FixedBitMVForwardIndexWriter |
Bit-compressed dictionary-encoded forward index writer for multi-value columns.
|
| FixedBitSVForwardIndexWriter |
Bit-compressed dictionary-encoded forward index writer for single-value columns.
|
| FixedByteChunkForwardIndexWriter |
Chunk-based raw (non-dictionary-encoded) forward index writer where each chunk contains fixed number of docs, and
each entry has fixed number of bytes.
|
| FixedByteSingleValueMultiColWriter |
|
| MmapMemoryManager |
|
| MutableOffHeapByteArrayStore |
|
| VarByteChunkForwardIndexWriter |
Chunk-based raw (non-dictionary-encoded) forward index writer where each chunk contains fixed number of docs, and
the entries are variable length.
|
| VarByteChunkForwardIndexWriterV4 |
Chunk-based raw (non-dictionary-encoded) forward index writer where each chunk contains variable number of docs, and
the entries are variable length.
|