| Package | Description |
|---|---|
| org.apache.parquet.filter2.compat |
| Modifier and Type | Method and Description |
|---|---|
static RowGroupFilter.FilterLevel |
RowGroupFilter.FilterLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowGroupFilter.FilterLevel[] |
RowGroupFilter.FilterLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BlockMetaData> |
RowGroupFilter.filterRowGroups(List<RowGroupFilter.FilterLevel> levels,
FilterCompat.Filter filter,
List<BlockMetaData> blocks,
ParquetFileReader reader) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.