| Interface | Description |
|---|---|
| KeyValueMetadataMergeStrategy |
Strategy to merge metadata.
|
| 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 | |
| ConcatenatingKeyValueMetadataMergeStrategy |
Strategy to concatenate if there are multiple values for a given key in metadata.
|
| 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
|
| StrictKeyValueMetadataMergeStrategy |
Strategy to throw errors if there are multiple values for a given key in metadata.
|
| Enum | Description |
|---|---|
| FileMetaData.EncryptionType |
Copyright © 2023 The Apache Software Foundation. All rights reserved.