class |
BitmapDecoder |
Deprecated.
|
class |
DeltaBinaryDecoder |
This class is a decoder for decoding the byte array that encoded by
DeltaBinaryEncoder.DeltaBinaryDecoder just supports integer and long values.
.
|
static class |
DeltaBinaryDecoder.IntDeltaDecoder |
|
static class |
DeltaBinaryDecoder.LongDeltaDecoder |
|
class |
DictionaryDecoder |
|
class |
DoublePrecisionChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
class |
DoublePrecisionDecoderV1 |
Decoder for value value using gorilla.
|
class |
DoublePrecisionDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
class |
DoubleRLBEDecoder |
|
class |
DoubleSprintzDecoder |
|
class |
FloatDecoder |
Decoder for float or double value using rle or two diff.
|
class |
FloatRLBEDecoder |
|
class |
FloatSprintzDecoder |
|
class |
GorillaDecoderV1 |
|
class |
GorillaDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
class |
IntChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
class |
IntGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
class |
IntRLBEDecoder |
|
class |
IntRleDecoder |
Decoder for int value using rle or bit-packing.
|
class |
IntSprintzDecoder |
|
class |
IntZigzagDecoder |
|
class |
LongChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
class |
LongGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
class |
LongRLBEDecoder |
|
class |
LongRleDecoder |
Decoder for long value using rle or bit-packing.
|
class |
LongSprintzDecoder |
|
class |
LongZigzagDecoder |
|
class |
PlainDecoder |
|
class |
RegularDataDecoder |
This class is a decoder for decoding the byte array that encoded by RegularDataEncoder.
|
static class |
RegularDataDecoder.IntRegularDecoder |
|
static class |
RegularDataDecoder.LongRegularDecoder |
|
class |
RleDecoder |
Abstract class for all rle decoder.
|
class |
SinglePrecisionChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
class |
SinglePrecisionDecoderV1 |
Decoder for value value using gorilla.
|
class |
SinglePrecisionDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
class |
SprintzDecoder |
|