| 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, org.apache.parquet.bytes.ByteBufferInputStream)
and stores the values in an in memory buffer, which is less than ideal. |
| RunLengthBitPackingHybridValuesWriter | |
| ZeroIntegerValuesReader |
ColumnReader which does not read any actual data, but rather simply produces
an endless stream of constant values.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.