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