Package org.apache.pinot.segment.local.io.writer.impl
-
Interface Summary Interface Description VarByteChunkWriter -
Class Summary Class Description BaseChunkSVForwardIndexWriter Base implementation for chunk-based single-value raw (non-dictionary-encoded) forward index writer.DirectMemoryManager FixedBitMVForwardIndexWriter Bit-compressed dictionary-encoded forward index writer for multi-value columns.FixedBitSVForwardIndexWriter Bit-compressed dictionary-encoded forward index writer for single-value columns.FixedByteChunkSVForwardIndexWriter Class to write out fixed length bytes into a single column.FixedByteSingleValueMultiColWriter MmapMemoryManager MutableOffHeapByteArrayStore VarByteChunkSVForwardIndexWriter Class to write out variable length bytes into a single column.VarByteChunkSVForwardIndexWriterV4 Class to write out variable length bytes into a single column.