| 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.SupportsLtGt> |
FilterApi.ltEq(C column,
T value)
Keeps records if their value is less than or equal to the provided value.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<T>> |
FilterPredicate.Visitor.visit(Operators.LtEq<T> ltEq) |
<T extends Comparable<T>> |
LogicalInverter.visit(Operators.LtEq<T> ltEq) |
<T extends Comparable<T>> |
SchemaCompatibilityValidator.visit(Operators.LtEq<T> pred) |
<T extends Comparable<T>> |
LogicalInverseRewriter.visit(Operators.LtEq<T> ltEq) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<T>> |
IncrementallyUpdatedFilterPredicateBuilder.visit(Operators.LtEq<T> pred) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.