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