public class LessThan extends NullFalseLeafBinaryFunction
NullFalseLeafBinaryFunction to eval less or equal.| 限定符和类型 | 方法和说明 |
|---|---|
Optional<LeafFunction> |
negate() |
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,
Object literal) |
test, testequals, hashCodepublic static final LessThan INSTANCE
public boolean test(org.apache.flink.table.types.logical.LogicalType type,
Object field,
Object literal)
test 在类中 NullFalseLeafBinaryFunctionpublic boolean test(org.apache.flink.table.types.logical.LogicalType type,
long rowCount,
FieldStats fieldStats,
Object literal)
test 在类中 NullFalseLeafBinaryFunctionpublic Optional<LeafFunction> negate()
negate 在类中 LeafFunctionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.