Uses of Class
org.apache.parquet.filter2.predicate.Operators.Gt
-
Packages that use Operators.Gt Package Description org.apache.parquet.filter2.predicate org.apache.parquet.filter2.recordlevel org.apache.parquet.internal.filter2.columnindex -
-
Uses of Operators.Gt in org.apache.parquet.filter2.predicate
Methods in org.apache.parquet.filter2.predicate that return Operators.Gt Modifier and Type Method Description static <T extends Comparable<T>,C extends Operators.Column<T> & Operators.SupportsLtGt>
Operators.Gt<T>FilterApi. gt(C column, T value)Keeps records if their value is greater than (but not equal to) the provided value.Methods in org.apache.parquet.filter2.predicate with parameters of type Operators.Gt Modifier and Type Method Description <T extends Comparable<T>>
RFilterPredicate.Visitor. visit(Operators.Gt<T> gt)<T extends Comparable<T>>
FilterPredicateLogicalInverseRewriter. visit(Operators.Gt<T> gt)<T extends Comparable<T>>
FilterPredicateLogicalInverter. visit(Operators.Gt<T> gt)<T extends Comparable<T>>
VoidSchemaCompatibilityValidator. visit(Operators.Gt<T> pred) -
Uses of Operators.Gt in org.apache.parquet.filter2.recordlevel
Methods in org.apache.parquet.filter2.recordlevel with parameters of type Operators.Gt Modifier and Type Method Description <T extends Comparable<T>>
IncrementallyUpdatedFilterPredicateIncrementallyUpdatedFilterPredicateBuilder. visit(Operators.Gt<T> pred) -
Uses of Operators.Gt in org.apache.parquet.internal.filter2.columnindex
Methods in org.apache.parquet.internal.filter2.columnindex with parameters of type Operators.Gt Modifier and Type Method Description <T extends Comparable<T>>
RowRangesColumnIndexFilter. visit(Operators.Gt<T> gt)
-