| Class | Description |
|---|---|
| RunLengthBitPackingHybridDecoder |
Decodes values written in the grammar described in
RunLengthBitPackingHybridEncoder |
| RunLengthBitPackingHybridEncoder |
Encodes values using a combination of run length encoding and bit packing,
according to the following grammar:
|
| RunLengthBitPackingHybridValuesReader |
This ValuesReader does all the reading in
RunLengthBitPackingHybridValuesReader.initFromPage(int, byte[], int)
and stores the values in an in memory buffer, which is less than ideal. |
| RunLengthBitPackingHybridValuesWriter |
Copyright © 2015 The Apache Software Foundation. All rights reserved.