| 程序包 | 说明 |
|---|---|
| org.apache.paimon.predicate |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FunctionVisitor<T>
A
PredicateVisitor to visit functions. |
interface |
PredicateReplaceVisitor
A
PredicateVisitor to replace Predicate. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AllPrimaryKeyEqualVisitor
Visit the predicate and check if it only contains primary keys and can be push down.
|
class |
OnlyPartitionKeyEqualVisitor
Visit the predicate and check if it only contains partition keys and can be push down.
|
class |
PartitionPredicateVisitor
Visit the predicate and check if it only contains partition key's predicate.
|
class |
PredicateProjectionConverter
A
PredicateVisitor which converts Predicate with projection. |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
LeafPredicate.visit(PredicateVisitor<T> visitor) |
<T> T |
CompoundPredicate.visit(PredicateVisitor<T> visitor) |
<T> T |
Predicate.visit(PredicateVisitor<T> visitor) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.