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,
CompressionCodecName codec,
Set<Encoding> encodings) |
CompressionCodecName |
getCodec() |
Set<Encoding> |
getEncodings() |
org.apache.parquet.hadoop.metadata.ColumnPath |
getPath() |
PrimitiveType.PrimitiveTypeName |
getType() |
int |
hashCode() |
String |
toString() |
public static ColumnChunkProperties get(org.apache.parquet.hadoop.metadata.ColumnPath path, PrimitiveType.PrimitiveTypeName type, CompressionCodecName codec, Set<Encoding> encodings)
public CompressionCodecName getCodec()
public org.apache.parquet.hadoop.metadata.ColumnPath getPath()
public PrimitiveType.PrimitiveTypeName getType()
Copyright © 2018 The Apache Software Foundation. All rights reserved.