Package | Description |
---|---|
parquet.hadoop.metadata | |
parquet.tools.util |
Modifier and Type | Method and Description |
---|---|
static ColumnChunkMetaData |
ColumnChunkMetaData.get(ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
CompressionCodecName codec,
Set<Encoding> encodings,
long firstDataPage,
long dictionaryPageOffset,
long valueCount,
long totalSize,
long totalUncompressedSize)
Deprecated.
|
static ColumnChunkMetaData |
ColumnChunkMetaData.get(ColumnPath path,
PrimitiveType.PrimitiveTypeName type,
CompressionCodecName codec,
Set<Encoding> encodings,
Statistics statistics,
long firstDataPage,
long dictionaryPageOffset,
long valueCount,
long totalSize,
long totalUncompressedSize) |
Modifier and Type | Method and Description |
---|---|
List<ColumnChunkMetaData> |
BlockMetaData.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
BlockMetaData.addColumn(ColumnChunkMetaData column) |
Modifier and Type | Method and Description |
---|---|
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
ColumnChunkMetaData meta) |
Modifier and Type | Method and Description |
---|---|
static void |
MetadataUtils.showDetails(PrettyPrintWriter out,
List<ColumnChunkMetaData> ccmeta) |
Copyright © 2015. All rights reserved.