public class TimestampRLEDictionaryValuesDecoder extends BaseRLEBitPackedDecoder implements ValuesDecoder.TimestampValuesDecoder
BaseRLEBitPackedDecoder.ModeValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecodercurrentBuffer, currentCount, currentValue, mode| Constructor and Description |
|---|
TimestampRLEDictionaryValuesDecoder(int bitWidth,
InputStream inputStream,
TimestampDictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRetainedSizeInBytes() |
void |
readNext(long[] values,
int offset,
int length) |
void |
skip(int length) |
decodepublic TimestampRLEDictionaryValuesDecoder(int bitWidth,
InputStream inputStream,
TimestampDictionary dictionary)
public void readNext(long[] values,
int offset,
int length)
throws IOException
readNext in interface ValuesDecoder.TimestampValuesDecoderIOExceptionpublic void skip(int length)
throws IOException
skip in interface ValuesDecoder.TimestampValuesDecoderIOExceptionpublic long getRetainedSizeInBytes()
getRetainedSizeInBytes in interface ValuesDecodergetRetainedSizeInBytes in class BaseRLEBitPackedDecoderCopyright © 2012–2024. All rights reserved.