public class MetadataUtils extends Object
Modifier and Type | Field and Description |
---|---|
static double |
BAD_COMPRESSION_RATIO_CUTOFF |
static double |
GOOD_COMPRESSION_RATIO_CUTOFF |
Constructor and Description |
---|
MetadataUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
showDetails(PrettyPrintWriter out,
BlockMetaData meta) |
static void |
showDetails(PrettyPrintWriter out,
ColumnChunkMetaData meta) |
static void |
showDetails(PrettyPrintWriter out,
ColumnDescriptor desc) |
static void |
showDetails(PrettyPrintWriter out,
FileMetaData meta) |
static void |
showDetails(PrettyPrintWriter out,
GroupType type) |
static void |
showDetails(PrettyPrintWriter out,
List<ColumnChunkMetaData> ccmeta) |
static void |
showDetails(PrettyPrintWriter out,
MessageType type) |
static void |
showDetails(PrettyPrintWriter out,
ParquetMetadata meta) |
static void |
showDetails(PrettyPrintWriter out,
PrimitiveType type) |
static void |
showDetails(PrettyPrintWriter out,
Type type) |
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, ColumnDescriptor desc)
public static void showDetails(PrettyPrintWriter out, MessageType type)
public static void showDetails(PrettyPrintWriter out, GroupType type)
public static void showDetails(PrettyPrintWriter out, PrimitiveType type)
public static void showDetails(PrettyPrintWriter out, Type type)
Copyright © 2015. All rights reserved.