| Interface | Description |
|---|---|
| AllCompressionSchemes | |
| CompressibleColumnAccessor<T extends NativeType> | |
| CompressibleColumnBuilder<T extends NativeType> |
A stackable trait that builds optionally compressed byte buffer for a column.
|
| CompressionScheme | |
| Decoder<T extends NativeType> | |
| Encoder<T extends NativeType> | |
| WithCompressionSchemes |
| Class | Description |
|---|---|
| BooleanBitSet | |
| BooleanBitSet.Decoder | |
| BooleanBitSet.Encoder | |
| DictionaryEncoding | |
| DictionaryEncoding.Decoder<T extends NativeType> | |
| DictionaryEncoding.Encoder<T extends NativeType> | |
| IntDelta | |
| IntDelta.Decoder | |
| IntDelta.Encoder | |
| LongDelta | |
| LongDelta.Decoder | |
| LongDelta.Encoder | |
| PassThrough | |
| PassThrough.Decoder<T extends NativeType> | |
| PassThrough.Encoder<T extends NativeType> | |
| RunLengthEncoding | |
| RunLengthEncoding.Decoder<T extends NativeType> | |
| RunLengthEncoding.Encoder<T extends NativeType> |