程序包 | 说明 |
---|---|
org.apache.flink.table.functions.python | |
org.apache.flink.table.functions.python.utils |
限定符和类型 | 类和说明 |
---|---|
class |
PythonScalarFunction
The wrapper of user defined python scalar function.
|
class |
PythonTableFunction
The wrapper of user defined python table function.
|
限定符和类型 | 方法和说明 |
---|---|
PythonFunction |
PythonFunctionInfo.getPythonFunction() |
构造器和说明 |
---|
PythonFunctionInfo(PythonFunction pythonFunction,
Object[] inputs) |
限定符和类型 | 方法和说明 |
---|---|
static PythonFunction |
PythonFunctionUtils.getPythonFunction(String fullyQualifiedName,
org.apache.flink.configuration.ReadableConfig config) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.