| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.store.file.predicate | |
| org.apache.flink.table.store.format |
| 类和说明 |
|---|
| And
A
CompoundPredicate.Function to eval and. |
| CompoundPredicate.Function
Evaluate the predicate result based on multiple
Predicates. |
| Equal
A
NullFalseLeafBinaryFunction to eval equal. |
| 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.
|
| 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.
|
| PredicateBuilder
A utility class to create
Predicate object for common filter conditions. |
| StartsWith
A
NullFalseLeafBinaryFunction to evaluate filter like 'abc%' or filter like
'abc_'. |
| 类和说明 |
|---|
| Predicate
Predicate which returns Boolean and provides testing by stats.
|
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.