| Interface | Description |
|---|---|
| IncrementallyUpdatedFilterPredicate |
A rewritten version of a
FilterPredicate which 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 an
IncrementallyUpdatedFilterPredicate, per the visitor pattern. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.