Class ByteStreamSplitValuesReaderForInteger
- java.lang.Object
-
- org.apache.parquet.column.values.ValuesReader
-
- org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReader
-
- org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReaderForInteger
-
public class ByteStreamSplitValuesReaderForInteger extends ByteStreamSplitValuesReader
-
-
Field Summary
-
Fields inherited from class org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReader
decodedDataBuffer, elementSizeInBytes
-
-
Constructor Summary
Constructors Constructor Description ByteStreamSplitValuesReaderForInteger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intreadInteger()-
Methods inherited from class org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReader
initFromPage, nextElementByteOffset, skip, skip
-
Methods inherited from class org.apache.parquet.column.values.ValuesReader
getNextOffset, initFromPage, initFromPage, readBoolean, readBytes, readDouble, readFloat, readLong, readValueDictionaryId, updateNextOffset
-
-
-
-
Method Detail
-
readInteger
public int readInteger()
- Overrides:
readIntegerin classValuesReader- Returns:
- the next integer from the page
-
-