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