| Enum Constant and Description |
|---|
| org.apache.parquet.column.Encoding.BIT_PACKED
This is no longer used, and has been replaced by
Encoding.RLE
which is combination of bit packing and rle |
| org.apache.parquet.column.Encoding.PLAIN_DICTIONARY
now replaced by RLE_DICTIONARY for the data page encoding and PLAIN for the dictionary page encoding
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.