Package io.deephaven.parquet.base.util
Class RunLengthBitPackingHybridBufferDecoder
java.lang.Object
io.deephaven.parquet.base.util.RunLengthBitPackingHybridBufferDecoder
Decodes values written in the grammar described in
RunLengthBitPackingHybridEncoder
-
Constructor Details
-
RunLengthBitPackingHybridBufferDecoder
-
-
Method Details
-
readInt
- Throws:
IOException
-
readNextRange
- Throws:
IOException
-
hasNext
public boolean hasNext() -
currentRangeCount
public int currentRangeCount() -
isNullRange
public boolean isNullRange() -
currentValue
public int currentValue()
-