| Class | Description |
|---|---|
| BitmapDecoder | Deprecated
(2019.1.25, The bitmap data type has been removed., We can reserve this class, and
reuse it later.)
|
| Decoder | |
| DeltaBinaryDecoder |
This class is a decoder for decoding the byte array that encoded by
DeltaBinaryEncoder.DeltaBinaryDecoder just supports integer and long values.. |
| DeltaBinaryDecoder.IntDeltaDecoder | |
| DeltaBinaryDecoder.LongDeltaDecoder | |
| DictionaryDecoder | |
| DoublePrecisionDecoderV1 |
Decoder for value value using gorilla.
|
| DoublePrecisionDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| FloatDecoder |
Decoder for float or double value using rle or two diff.
|
| FreqDecoder | |
| GorillaDecoderV1 | |
| GorillaDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| IntGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| IntRleDecoder |
Decoder for int value using rle or bit-packing.
|
| IntZigzagDecoder | |
| LongGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| LongRleDecoder |
Decoder for long value using rle or bit-packing.
|
| LongZigzagDecoder | |
| PlainDecoder | |
| RegularDataDecoder |
This class is a decoder for decoding the byte array that encoded by
RegularDataEncoder. |
| RegularDataDecoder.IntRegularDecoder | |
| RegularDataDecoder.LongRegularDecoder | |
| RleDecoder |
Abstract class for all rle decoder.
|
| SinglePrecisionDecoderV1 |
Decoder for value value using gorilla.
|
| SinglePrecisionDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| Enum | Description |
|---|---|
| RleDecoder.Mode |
Copyright © 2022 The Apache Software Foundation. All rights reserved.