public interface ZetaUDF
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
evaluate(List<Object> args)
Evaluate
|
String |
functionName()
Function name
|
SeaTunnelDataType<?> |
resultType(List<SeaTunnelDataType<?>> argsType)
The type of function result
|
String functionName()
SeaTunnelDataType<?> resultType(List<SeaTunnelDataType<?>> argsType)
argsType - input arguments typeCopyright © 2023 The Apache Software Foundation. All rights reserved.