| Package | Description |
|---|---|
| org.apache.parquet | |
| org.apache.parquet.format.converter | |
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| org.apache.parquet.hadoop.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopReadOptions |
| Modifier and Type | Method and Description |
|---|---|
ParquetReadOptions |
ParquetReadOptions.Builder.build() |
ParquetReadOptions |
HadoopReadOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ParquetReadOptions.Builder |
ParquetReadOptions.Builder.copy(ParquetReadOptions options) |
| Constructor and Description |
|---|
ParquetMetadataConverter(ParquetReadOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static ParquetFileReader |
ParquetFileReader.open(InputFile file,
ParquetReadOptions options)
|
static ParquetMetadata |
ParquetFileReader.readFooter(InputFile file,
ParquetReadOptions options,
SeekableInputStream f) |
| Constructor and Description |
|---|
ParquetFileReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadata footer,
ParquetReadOptions options) |
ParquetFileReader(InputFile file,
ParquetReadOptions options) |
UnmaterializableRecordCounter(ParquetReadOptions options,
long totalNumRecords) |
| Constructor and Description |
|---|
TransParquetFileReader(InputFile file,
ParquetReadOptions options) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.