| Package | Description |
|---|---|
| org.apache.parquet.filter2.compat | |
| org.apache.parquet.filter2.dictionarylevel | |
| org.apache.parquet.filter2.statisticslevel | |
| org.apache.parquet.format.converter | |
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
| org.apache.parquet.hadoop.metadata |
| Class and Description |
|---|
| BlockMetaData
Block metadata stored in the footer and passed in an InputSplit
|
| Class and Description |
|---|
| ColumnChunkMetaData
Column meta data for a block stored in the file footer and passed in the InputSplit
|
| Class and Description |
|---|
| ColumnChunkMetaData
Column meta data for a block stored in the file footer and passed in the InputSplit
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| BlockMetaData
Block metadata stored in the footer and passed in an InputSplit
|
| 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
|
| Class and 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, ...)
|
| 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.