@Deprecated public class MetadataUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
BAD_COMPRESSION_RATIO_CUTOFF
Deprecated.
|
static double |
GOOD_COMPRESSION_RATIO_CUTOFF
Deprecated.
|
| Constructor and Description |
|---|
MetadataUtils()
Deprecated.
|
public static final double BAD_COMPRESSION_RATIO_CUTOFF
public static final double GOOD_COMPRESSION_RATIO_CUTOFF
public static void showDetails(PrettyPrintWriter out, ParquetMetadata meta)
public static void showDetails(PrettyPrintWriter out, FileMetaData meta)
public static void showDetails(PrettyPrintWriter out, BlockMetaData meta)
public static void showDetails(PrettyPrintWriter out, List<ColumnChunkMetaData> ccmeta)
public static void showDetails(PrettyPrintWriter out, ColumnChunkMetaData meta)
public static void showDetails(PrettyPrintWriter out, org.apache.parquet.column.ColumnDescriptor desc)
public static void showDetails(PrettyPrintWriter out, org.apache.parquet.schema.MessageType type)
public static void showDetails(PrettyPrintWriter out, org.apache.parquet.schema.GroupType type)
public static void showDetails(PrettyPrintWriter out, org.apache.parquet.schema.PrimitiveType type)
public static void showDetails(PrettyPrintWriter out, org.apache.parquet.schema.Type type)
Copyright © 2021 The Apache Software Foundation. All rights reserved.