| Class and Description |
|---|
| DeltaBinaryEncoder
DeltaBinaryEncoder is a encoder for compressing data in type of integer and long.
|
| Encoder
This class is the parent class of all Encoders.
|
| FreqEncoder.Point |
| GorillaEncoderV1
Gorilla encoding.
|
| GorillaEncoderV2
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| IntGorillaEncoder
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| LongGorillaEncoder
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| RegularDataEncoder
RegularDataEncoder is an encoder for compressing data in type of integer and long.
|
| RleEncoder
Encodes values using a combination of run length encoding and bit packing, according to the
following grammar:
|
| TSEncodingBuilder
Each subclass of TSEncodingBuilder responds a enumerate value in TSEncoding, which stores several configuration related to responding encoding type to generate
Encoder instance.
Each TSEncoding has a responding TSEncodingBuilder. |
| Class and Description |
|---|
| Encoder
This class is the parent class of all Encoders.
|
| Class and Description |
|---|
| Encoder
This class is the parent class of all Encoders.
|
| Class and Description |
|---|
| Encoder
This class is the parent class of all Encoders.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.