Package io.trino.parquet.metadata
Class ColumnChunkProperties
java.lang.Object
io.trino.parquet.metadata.ColumnChunkProperties
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ColumnChunkPropertiesget(org.apache.parquet.hadoop.metadata.ColumnPath path, org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<org.apache.parquet.column.Encoding> encodings) Deprecated.static ColumnChunkPropertiesget(org.apache.parquet.hadoop.metadata.ColumnPath path, org.apache.parquet.schema.PrimitiveType type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<org.apache.parquet.column.Encoding> encodings) org.apache.parquet.hadoop.metadata.CompressionCodecNamegetCodec()Set<org.apache.parquet.column.Encoding> org.apache.parquet.hadoop.metadata.ColumnPathgetPath()org.apache.parquet.schema.PrimitiveTypeorg.apache.parquet.schema.PrimitiveType.PrimitiveTypeNamegetType()Deprecated.inthashCode()toString()
-
Method Details
-
get
@Deprecated public static ColumnChunkProperties get(org.apache.parquet.hadoop.metadata.ColumnPath path, org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<org.apache.parquet.column.Encoding> encodings) Deprecated. -
get
public static ColumnChunkProperties get(org.apache.parquet.hadoop.metadata.ColumnPath path, org.apache.parquet.schema.PrimitiveType type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<org.apache.parquet.column.Encoding> encodings) -
getCodec
public org.apache.parquet.hadoop.metadata.CompressionCodecName getCodec() -
getPath
public org.apache.parquet.hadoop.metadata.ColumnPath getPath() -
getType
Deprecated. -
getPrimitiveType
public org.apache.parquet.schema.PrimitiveType getPrimitiveType() -
getEncodings
-
equals
-
hashCode
public int hashCode() -
toString
-