public class PartitionPredicateVisitor extends Object implements PredicateVisitor<Boolean>
Constructor and Description |
---|
PartitionPredicateVisitor(List<String> partitionKeys) |
Modifier and Type | Method and Description |
---|---|
Boolean |
visit(CompoundPredicate predicate) |
Boolean |
visit(LeafPredicate predicate) |
public Boolean visit(LeafPredicate predicate)
visit
in interface PredicateVisitor<Boolean>
public Boolean visit(CompoundPredicate predicate)
visit
in interface PredicateVisitor<Boolean>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.