| Modifier and Type | Class and Description |
|---|---|
class |
ValuesDecoderContext<V extends ValuesDecoder> |
| Modifier and Type | Method and Description |
|---|---|
ValuesDecoder |
DefinitionLevelValuesDecoderContext.getValuesDecoder() |
| Constructor and Description |
|---|
DefinitionLevelValuesDecoderContext(DefinitionLevelDecoder definitionLevelDecoder,
ValuesDecoder valuesDecoder,
int start,
int end) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValuesDecoder.BinaryValuesDecoder |
static interface |
ValuesDecoder.BooleanValuesDecoder |
static interface |
ValuesDecoder.Int32ValuesDecoder |
static interface |
ValuesDecoder.Int64TimestampMicrosValuesDecoder |
static interface |
ValuesDecoder.Int64ValuesDecoder |
static interface |
ValuesDecoder.TimestampValuesDecoder |
| Modifier and Type | Method and Description |
|---|---|
ValuesDecoder |
Decoders.FlatDecoders.getValuesDecoder() |
ValuesDecoder |
Decoders.NestedDecoders.getValuesDecoder() |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryDeltaValuesDecoder
Note: this is not an optimized values decoder.
|
class |
Int32DeltaBinaryPackedValuesDecoder
Note: this is not an optimized values decoder.
|
class |
Int64DeltaBinaryPackedValuesDecoder
Note: this is not an optimized values decoder.
|
class |
Int64TimestampMicrosDeltaBinaryPackedValuesDecoder
Note: this is not an optimized values decoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryPlainValuesDecoder |
class |
BooleanPlainValuesDecoder |
class |
Int32PlainValuesDecoder |
class |
Int64PlainValuesDecoder |
class |
Int64TimestampMicrosPlainValuesDecoder |
class |
TimestampPlainValuesDecoder |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRLEDictionaryValuesDecoder |
class |
BooleanRLEValuesDecoder |
class |
Int32RLEDictionaryValuesDecoder |
class |
Int64RLEDictionaryValuesDecoder |
class |
Int64TimestampMicrosRLEDictionaryValuesDecoder |
class |
TimestampRLEDictionaryValuesDecoder |
Copyright © 2012–2022. All rights reserved.