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