Uses of Class
org.apache.parquet.filter2.predicate.Operators.And
-
Packages that use Operators.And Package Description org.apache.parquet.filter2.predicate org.apache.parquet.filter2.recordlevel org.apache.parquet.internal.filter2.columnindex -
-
Uses of Operators.And in org.apache.parquet.filter2.predicate
Methods in org.apache.parquet.filter2.predicate with parameters of type Operators.And Modifier and Type Method Description RFilterPredicate.Visitor. visit(Operators.And and)FilterPredicateLogicalInverseRewriter. visit(Operators.And and)FilterPredicateLogicalInverter. visit(Operators.And and)VoidSchemaCompatibilityValidator. visit(Operators.And and) -
Uses of Operators.And in org.apache.parquet.filter2.recordlevel
Methods in org.apache.parquet.filter2.recordlevel with parameters of type Operators.And Modifier and Type Method Description IncrementallyUpdatedFilterPredicateIncrementallyUpdatedFilterPredicateBuilderBase. visit(Operators.And and) -
Uses of Operators.And in org.apache.parquet.internal.filter2.columnindex
Methods in org.apache.parquet.internal.filter2.columnindex with parameters of type Operators.And Modifier and Type Method Description RowRangesColumnIndexFilter. visit(Operators.And and)
-