public final class ParquetMetadataReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static parquet.hadoop.metadata.ParquetMetadata |
readFooter(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.fs.Path file,
long fileSize) |
static parquet.column.statistics.Statistics<?> |
readStats(parquet.format.Statistics statistics,
parquet.schema.PrimitiveType.PrimitiveTypeName type) |
public static parquet.hadoop.metadata.ParquetMetadata readFooter(org.apache.hadoop.fs.FileSystem fileSystem,
org.apache.hadoop.fs.Path file,
long fileSize)
throws IOException
IOExceptionpublic static parquet.column.statistics.Statistics<?> readStats(parquet.format.Statistics statistics,
parquet.schema.PrimitiveType.PrimitiveTypeName type)
Copyright © 2012-2017. All Rights Reserved.