Uses of Class
org.apache.parquet.hadoop.metadata.ColumnChunkProperties
-
Packages that use ColumnChunkProperties Package Description org.apache.parquet.hadoop.metadata -
-
Uses of ColumnChunkProperties in org.apache.parquet.hadoop.metadata
Methods in org.apache.parquet.hadoop.metadata that return ColumnChunkProperties Modifier and Type Method Description static ColumnChunkPropertiesColumnChunkProperties. 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.static ColumnChunkPropertiesColumnChunkProperties. get(org.apache.parquet.hadoop.metadata.ColumnPath path, PrimitiveType type, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, Set<Encoding> encodings)Constructors in org.apache.parquet.hadoop.metadata with parameters of type ColumnChunkProperties Constructor Description ColumnChunkMetaData(EncodingStats encodingStats, ColumnChunkProperties columnChunkProperties)ColumnChunkMetaData(ColumnChunkProperties columnChunkProperties)
-