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