public abstract class NullFalseLeafBinaryFunction extends LeafFunction
| 构造器和说明 |
|---|
NullFalseLeafBinaryFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
test(org.apache.flink.table.types.logical.LogicalType type,
long rowCount,
FieldStats fieldStats,
List<Object> literals) |
abstract boolean |
test(org.apache.flink.table.types.logical.LogicalType type,
long rowCount,
FieldStats fieldStats,
Object literal) |
boolean |
test(org.apache.flink.table.types.logical.LogicalType type,
Object field,
List<Object> literals) |
abstract boolean |
test(org.apache.flink.table.types.logical.LogicalType type,
Object field,
Object literal) |
equals, hashCode, negatepublic abstract boolean test(org.apache.flink.table.types.logical.LogicalType type,
Object field,
Object literal)
public abstract boolean test(org.apache.flink.table.types.logical.LogicalType type,
long rowCount,
FieldStats fieldStats,
Object literal)
public boolean test(org.apache.flink.table.types.logical.LogicalType type,
Object field,
List<Object> literals)
test 在类中 LeafFunctionpublic boolean test(org.apache.flink.table.types.logical.LogicalType type,
long rowCount,
FieldStats fieldStats,
List<Object> literals)
test 在类中 LeafFunctionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.