| Package | Description |
|---|---|
| org.apache.parquet | |
| org.apache.parquet.format.converter | |
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
| 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)
|
| Constructor and Description |
|---|
ParquetFileReader(InputFile file,
ParquetReadOptions options) |
UnmaterializableRecordCounter(ParquetReadOptions options,
long totalNumRecords) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.