| Modifier and Type | Method and Description |
|---|---|
ValuesDecoder.BinaryValuesDecoder.ValueBuffer |
ValuesDecoder.BinaryValuesDecoder.readNext(int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
ValuesDecoder.BinaryValuesDecoder.readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer) |
| Modifier and Type | Method and Description |
|---|---|
ValuesDecoder.BinaryValuesDecoder.ValueBuffer |
BinaryDeltaValuesDecoder.readNext(int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
BinaryDeltaValuesDecoder.readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryPlainValuesDecoder.PlainValueBuffer |
| Modifier and Type | Method and Description |
|---|---|
ValuesDecoder.BinaryValuesDecoder.ValueBuffer |
BinaryPlainValuesDecoder.readNext(int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
BinaryPlainValuesDecoder.readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryRLEDictionaryValuesDecoder.RLEValueBuffer |
| Modifier and Type | Method and Description |
|---|---|
ValuesDecoder.BinaryValuesDecoder.ValueBuffer |
BinaryRLEDictionaryValuesDecoder.readNext(int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
BinaryRLEDictionaryValuesDecoder.readIntoBuffer(byte[] byteBuffer,
int bufferIndex,
int[] offsets,
int offsetIndex,
ValuesDecoder.BinaryValuesDecoder.ValueBuffer valueBuffer) |
Copyright © 2012–2022. All rights reserved.