Class and Description |
---|
org.apache.parquet.io.BaseRecordReader |
org.apache.parquet.schema.DecimalMetadata
use
LogicalTypeAnnotation.DecimalLogicalTypeAnnotation
with proper precision and scale parameters instead |
Enum and Description |
---|
org.apache.parquet.schema.OriginalType
use
LogicalTypeAnnotation to represent logical types instead |
Field and Description |
---|
org.apache.parquet.column.values.plain.PlainValuesWriter.CHARSET |
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 © 2023 The Apache Software Foundation. All rights reserved.