| 构造器和说明 |
|---|
LeafPredicate(LeafFunction function,
org.apache.flink.table.types.logical.LogicalType type,
int fieldIndex,
String fieldName,
List<Object> literals) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
fieldName() |
LeafFunction |
function() |
int |
hashCode() |
int |
index() |
List<Object> |
literals() |
Optional<Predicate> |
negate() |
boolean |
test(long rowCount,
FieldStats[] fieldStats)
Test based on the statistical information to determine whether a hit is possible.
|
boolean |
test(Object[] values)
Test based on the specific input column values.
|
org.apache.flink.table.types.logical.LogicalType |
type() |
public LeafPredicate(LeafFunction function, org.apache.flink.table.types.logical.LogicalType type, int fieldIndex, String fieldName, List<Object> literals)
public LeafFunction function()
public org.apache.flink.table.types.logical.LogicalType type()
public int index()
public String fieldName()
public boolean test(Object[] values)
Predicatepublic boolean test(long rowCount,
FieldStats[] fieldStats)
PredicateCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.