Package org.apache.parquet.filter2.recordlevel
-
Interface Summary Interface Description IncrementallyUpdatedFilterPredicate A rewritten version of aFilterPredicatewhich receives the values for a record's columns one by one and internally tracks whether the predicate is satisfied, unsatisfied, or unknown.IncrementallyUpdatedFilterPredicate.Visitor A Visitor for anIncrementallyUpdatedFilterPredicate, per the visitor pattern.