| Package | Description |
|---|---|
| org.apache.parquet.filter | |
| org.apache.parquet.filter2.compat | |
| org.apache.parquet.io |
| Modifier and Type | Method and Description |
|---|---|
static UnboundRecordFilter |
AndRecordFilter.and(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
static UnboundRecordFilter |
ColumnRecordFilter.column(String columnPath,
ColumnPredicates.Predicate predicate)
Factory method for record filter which applies the supplied predicate to the specified column.
|
static UnboundRecordFilter |
NotRecordFilter.not(UnboundRecordFilter filter)
Returns builder for creating an and filter.
|
static UnboundRecordFilter |
OrRecordFilter.or(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
static UnboundRecordFilter |
PagedRecordFilter.page(long startPos,
long pageSize)
Returns builder for creating a paged query.
|
| Modifier and Type | Method and Description |
|---|---|
static UnboundRecordFilter |
AndRecordFilter.and(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
static UnboundRecordFilter |
NotRecordFilter.not(UnboundRecordFilter filter)
Returns builder for creating an and filter.
|
static UnboundRecordFilter |
OrRecordFilter.or(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
| Modifier and Type | Method and Description |
|---|---|
UnboundRecordFilter |
FilterCompat.UnboundRecordFilterCompat.getUnboundRecordFilter() |
| Modifier and Type | Method and Description |
|---|---|
static FilterCompat.Filter |
FilterCompat.get(FilterPredicate filterPredicate,
UnboundRecordFilter unboundRecordFilter)
Given either a FilterPredicate or the class of an UnboundRecordFilter, or neither (but not both)
return a Filter that wraps whichever was provided.
|
static FilterCompat.Filter |
FilterCompat.get(UnboundRecordFilter unboundRecordFilter)
Given an UnboundRecordFilter, return a Filter that wraps it.
|
| Modifier and Type | Method and Description |
|---|---|
<T> RecordReader<T> |
MessageColumnIO.getRecordReader(PageReadStore columns,
RecordMaterializer<T> recordMaterializer,
UnboundRecordFilter filter)
Deprecated.
use getRecordReader(PageReadStore, RecordMaterializer, Filter)
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.