public class PredicateProjectionConverter extends Object implements PredicateVisitor<Optional<Predicate>>
PredicateVisitor which converts Predicate with projection.| Constructor and Description |
|---|
PredicateProjectionConverter(int[] projection) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Predicate> |
visit(CompoundPredicate predicate) |
Optional<Predicate> |
visit(LeafPredicate predicate) |
public PredicateProjectionConverter(int[] projection)
public Optional<Predicate> visit(LeafPredicate predicate)
visit in interface PredicateVisitor<Optional<Predicate>>public Optional<Predicate> visit(CompoundPredicate predicate)
visit in interface PredicateVisitor<Optional<Predicate>>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.