| Package | Description |
|---|---|
| org.apache.parquet.filter2.compat | |
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
| Modifier and Type | Method and Description |
|---|---|
static List<BlockMetaData> |
RowGroupFilter.filterRowGroups(List<RowGroupFilter.FilterLevel> levels,
FilterCompat.Filter filter,
List<BlockMetaData> blocks,
ParquetFileReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static ParquetFileReader |
ParquetFileReader.open(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file) |
static ParquetFileReader |
ParquetFileReader.open(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadata footer) |
static ParquetFileReader |
ParquetFileReader.open(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadataConverter.MetadataFilter filter) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.