public abstract class LeafUnaryFunction extends LeafFunction
| 构造器和说明 |
|---|
LeafUnaryFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract boolean |
test(DataType type,
long rowCount,
FieldStats fieldStats) |
boolean |
test(DataType type,
long rowCount,
FieldStats fieldStats,
List<Object> literals) |
abstract boolean |
test(DataType type,
Object value) |
boolean |
test(DataType type,
Object value,
List<Object> literals) |
public abstract boolean test(DataType type, long rowCount, FieldStats fieldStats)
public boolean test(DataType type, Object value, List<Object> literals)
test 在类中 LeafFunctionpublic boolean test(DataType type, long rowCount, FieldStats fieldStats, List<Object> literals)
test 在类中 LeafFunctionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.