| Package | Description |
|---|---|
| org.apache.parquet.filter2.compat | |
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| org.apache.parquet.hadoop.util |
| 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)
Deprecated.
will be removed in 2.0.0; use
open(InputFile) |
static ParquetFileReader |
ParquetFileReader.open(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadata footer)
Deprecated.
will be removed in 2.0.0
|
static ParquetFileReader |
ParquetFileReader.open(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ParquetMetadataConverter.MetadataFilter filter)
Deprecated.
will be removed in 2.0.0; use
open(InputFile, ParquetReadOptions) |
static ParquetFileReader |
ParquetFileReader.open(InputFile file)
Open a
file. |
static ParquetFileReader |
ParquetFileReader.open(InputFile file,
ParquetReadOptions options)
|
| Modifier and Type | Method and Description |
|---|---|
static IndexCache |
IndexCache.create(ParquetFileReader fileReader,
Set<ColumnPath> columns,
IndexCache.CacheStrategy cacheStrategy,
boolean freeCacheAfterGet)
Create an index cache for the given file reader
|
| Constructor and Description |
|---|
BloomFilterReader(ParquetFileReader fileReader,
BlockMetaData block) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressionConverter.TransParquetFileReader
Deprecated.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.