| Package | Description |
|---|---|
| org.apache.parquet.filter2.predicate | |
| org.apache.parquet.filter2.recordlevel | |
| org.apache.parquet.internal.filter2.columnindex |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>,C extends Operators.Column<T> & Operators.SupportsEqNotEq> |
FilterApi.in(C column,
Set<T> values)
Keeps records if their value is in the provided values.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<T>> |
LogicalInverter.visit(Operators.In<T> in) |
<T extends Comparable<T>> |
SchemaCompatibilityValidator.visit(Operators.In<T> pred) |
default <T extends Comparable<T>> |
FilterPredicate.Visitor.visit(Operators.In<T> in) |
<T extends Comparable<T>> |
LogicalInverseRewriter.visit(Operators.In<T> in) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<T>> |
IncrementallyUpdatedFilterPredicateBuilder.visit(Operators.In<T> pred) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.In<T> in) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.