Class FixedBitSVForwardIndexWriter
- java.lang.Object
-
- org.apache.pinot.segment.local.io.writer.impl.FixedBitSVForwardIndexWriter
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FixedBitSVForwardIndexWriter extends Object implements Closeable
Bit-compressed dictionary-encoded forward index writer for single-value columns. The values written are dictionary ids.
-
-
Constructor Summary
Constructors Constructor Description FixedBitSVForwardIndexWriter(File file, int numDocs, int numBitsPerValue)
-
-
-
Method Detail
-
putDictId
public void putDictId(int dictId)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-