| 程序包 | 说明 |
|---|---|
| org.apache.paimon.format | |
| org.apache.paimon.lineage | |
| org.apache.paimon.predicate | |
| org.apache.paimon.utils |
| 类和说明 |
|---|
| Predicate
Predicate which returns Boolean and provides testing by stats.
|
| 类和说明 |
|---|
| Predicate
Predicate which returns Boolean and provides testing by stats.
|
| 类和说明 |
|---|
| And
A
CompoundPredicate.Function to eval and. |
| CompoundPredicate
Non-leaf node in a
Predicate tree. |
| CompoundPredicate.Function
Evaluate the predicate result based on multiple
Predicates. |
| Equal
A
NullFalseLeafBinaryFunction to eval equal. |
| FieldRef
A reference to a field in an input.
|
| FunctionVisitor
A
PredicateVisitor to visit functions. |
| GreaterOrEqual
A
NullFalseLeafBinaryFunction to eval greater or equal. |
| GreaterThan
A
LeafFunction to eval greater. |
| In
A
LeafFunction to eval in. |
| IsNotNull
A
NullFalseLeafBinaryFunction to eval is not null. |
| IsNull
A
NullFalseLeafBinaryFunction to eval is null. |
| LeafFunction
Function to test a field with literals.
|
| LeafPredicate
Leaf node of a
Predicate tree. |
| LeafUnaryFunction
Function to test a field.
|
| LessOrEqual
A
NullFalseLeafBinaryFunction to eval less or equal. |
| LessThan
A
NullFalseLeafBinaryFunction to eval less or equal. |
| NotEqual
A
NullFalseLeafBinaryFunction to eval not equal. |
| NotIn
A
LeafFunction to eval not in. |
| NullFalseLeafBinaryFunction
Function to test a field with a literal.
|
| Or
A
CompoundPredicate.Function to eval or. |
| Predicate
Predicate which returns Boolean and provides testing by stats.
|
| PredicateVisitor
A visitor to visit
Predicate. |
| StartsWith
A
NullFalseLeafBinaryFunction to evaluate filter like 'abc%' or filter like
'abc_'. |
| 类和说明 |
|---|
| Predicate
Predicate which returns Boolean and provides testing by stats.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.