| Method and Description |
|---|
| org.apache.parquet.io.MessageColumnIO.getRecordReader(PageReadStore, RecordMaterializer use
#getRecordReader(PageReadStore, RecordMaterializer, Filter) |
| org.apache.parquet.schema.Type.typeEquals(Type) |
| org.apache.parquet.schema.PrimitiveType.typeEquals(Type) |
| org.apache.parquet.schema.GroupType.typeEquals(Type) |
| org.apache.parquet.schema.Type.typeHashCode() |
| org.apache.parquet.schema.PrimitiveType.typeHashCode() |
| org.apache.parquet.schema.GroupType.typeHashCode() |
| 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 © 2015 The Apache Software Foundation. All rights reserved.