public class ColumnChunkProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ColumnChunkProperties |
get(org.apache.parquet.hadoop.metadata.ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
org.apache.parquet.hadoop.metadata.CompressionCodecName codec,
Set<Encoding> encodings)
Deprecated.
will be removed in 2.0.0. Use
get(ColumnPath, PrimitiveType, CompressionCodecName, Set)
instead. |
static ColumnChunkProperties |
get(org.apache.parquet.hadoop.metadata.ColumnPath path,
PrimitiveType type,
org.apache.parquet.hadoop.metadata.CompressionCodecName codec,
Set<Encoding> encodings) |
org.apache.parquet.hadoop.metadata.CompressionCodecName |
getCodec() |
Set<Encoding> |
getEncodings() |
org.apache.parquet.hadoop.metadata.ColumnPath |
getPath() |
PrimitiveType |
getPrimitiveType() |
PrimitiveType.PrimitiveTypeName |
getType()
Deprecated.
will be removed in 2.0.0. Use
getPrimitiveType() instead. |
int |
hashCode() |
String |
toString() |
@Deprecated public static ColumnChunkProperties get(org.apache.parquet.hadoop.metadata.ColumnPath path, PrimitiveType.PrimitiveTypeName type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<Encoding> encodings)
get(ColumnPath, PrimitiveType, CompressionCodecName, Set)
instead.path - the path of this column in the write schematype - the primitive type of this columncodec - the compression codec used for this columnencodings - a set of encodings used by this columnpublic static ColumnChunkProperties get(org.apache.parquet.hadoop.metadata.ColumnPath path, PrimitiveType type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<Encoding> encodings)
public org.apache.parquet.hadoop.metadata.CompressionCodecName getCodec()
public org.apache.parquet.hadoop.metadata.ColumnPath getPath()
@Deprecated public PrimitiveType.PrimitiveTypeName getType()
getPrimitiveType() instead.public PrimitiveType getPrimitiveType()
Copyright © 2019 The Apache Software Foundation. All rights reserved.