public class BooleanRLEValuesDecoder extends Object implements ValuesDecoder.BooleanValuesDecoder
ValuesDecoder.BinaryValuesDecoder, ValuesDecoder.BooleanValuesDecoder, ValuesDecoder.Int32ValuesDecoder, ValuesDecoder.Int64TimestampMicrosValuesDecoder, ValuesDecoder.Int64ValuesDecoder, ValuesDecoder.TimestampValuesDecoder| Constructor and Description |
|---|
BooleanRLEValuesDecoder(ByteBuffer inputBuffer) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRetainedSizeInBytes() |
void |
readNext(byte[] values,
int offset,
int length) |
static int |
readUnsignedVarInt(ByteBuffer in) |
void |
skip(int length) |
public BooleanRLEValuesDecoder(ByteBuffer inputBuffer)
public static int readUnsignedVarInt(ByteBuffer in)
public void readNext(byte[] values,
int offset,
int length)
readNext in interface ValuesDecoder.BooleanValuesDecoderpublic void skip(int length)
skip in interface ValuesDecoder.BooleanValuesDecoderpublic long getRetainedSizeInBytes()
getRetainedSizeInBytes in interface ValuesDecoderCopyright © 2012–2024. All rights reserved.