| Class | Description |
|---|---|
| BlockMetaData |
Block metadata stored in the footer and passed in an InputSplit
|
| ColumnChunkMetaData |
Column meta data for a block stored in the file footer and passed in the InputSplit
|
| ColumnChunkProperties | |
| EncodingList | |
| FileMetaData |
File level meta data (Schema, codec, ...)
|
| GlobalMetaData |
Merged metadata when reading from multiple files.
|
| ParquetMetadata |
Meta Data block stored in the footer of the file
contains file level (Codec, Schema, ...) and block level (location, columns, record count, ...) meta data
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.