public class Int32DeltaBinaryPackedValuesDecoder extends Object implements ValuesDecoder.Int32ValuesDecoder
ValuesDecoder.Int32ValuesDecoder interface.ValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecoder| Constructor and Description |
|---|
Int32DeltaBinaryPackedValuesDecoder(int valueCount,
org.apache.parquet.bytes.ByteBufferInputStream bufferInputStream) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRetainedSizeInBytes() |
void |
readNext(int[] values,
int offset,
int length) |
void |
skip(int length) |
public Int32DeltaBinaryPackedValuesDecoder(int valueCount,
org.apache.parquet.bytes.ByteBufferInputStream bufferInputStream)
throws IOException
IOExceptionpublic void readNext(int[] values,
int offset,
int length)
readNext in interface ValuesDecoder.Int32ValuesDecoderpublic void skip(int length)
skip in interface ValuesDecoder.Int32ValuesDecoderpublic long getRetainedSizeInBytes()
getRetainedSizeInBytes in interface ValuesDecoderCopyright © 2012–2024. All rights reserved.