public class ColumnChunkProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static 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 |
get(ColumnPath path,
PrimitiveType type,
CompressionCodecName codec,
Set<Encoding> encodings) |
CompressionCodecName |
getCodec() |
Set<Encoding> |
getEncodings() |
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(ColumnPath path, PrimitiveType.PrimitiveTypeName type, 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(ColumnPath path, PrimitiveType type, CompressionCodecName codec, Set<Encoding> encodings)
public CompressionCodecName getCodec()
public ColumnPath getPath()
@Deprecated public PrimitiveType.PrimitiveTypeName getType()
getPrimitiveType() instead.public PrimitiveType getPrimitiveType()
Copyright © 2023 The Apache Software Foundation. All rights reserved.