| Package | Description |
|---|---|
| org.apache.parquet.hadoop.metadata |
| Modifier and Type | Method and Description |
|---|---|
static ColumnChunkProperties |
ColumnChunkProperties.get(ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
CompressionCodecName codec,
Set<Encoding> encodings)
Deprecated.
will be removed in 2.0.0. Use
get(ColumnPath, PrimitiveType, CompressionCodecName, Set)
instead. |
static ColumnChunkProperties |
ColumnChunkProperties.get(ColumnPath path,
PrimitiveType type,
CompressionCodecName codec,
Set<Encoding> encodings) |
| Constructor and Description |
|---|
ColumnChunkMetaData(ColumnChunkProperties columnChunkProperties) |
ColumnChunkMetaData(EncodingStats encodingStats,
ColumnChunkProperties columnChunkProperties) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.