Uses of Interface
org.apache.pinot.segment.local.io.writer.impl.VarByteChunkWriter
-
Packages that use VarByteChunkWriter Package Description org.apache.pinot.segment.local.io.writer.impl -
-
Uses of VarByteChunkWriter in org.apache.pinot.segment.local.io.writer.impl
Classes in org.apache.pinot.segment.local.io.writer.impl that implement VarByteChunkWriter Modifier and Type Class Description classVarByteChunkForwardIndexWriterChunk-based raw (non-dictionary-encoded) forward index writer where each chunk contains fixed number of docs, and the entries are variable length.classVarByteChunkForwardIndexWriterV4Chunk-based raw (non-dictionary-encoded) forward index writer where each chunk contains variable number of docs, and the entries are variable length.
-