Package | Description |
---|---|
org.apache.flink.table.functions.python | |
org.apache.flink.table.functions.python.utils |
Modifier and Type | Class and Description |
---|---|
class |
PythonScalarFunction
The wrapper of user defined python scalar function.
|
class |
PythonTableFunction
The wrapper of user defined python table function.
|
Modifier and Type | Method and Description |
---|---|
PythonFunction |
PythonFunctionInfo.getPythonFunction() |
Constructor and Description |
---|
PythonFunctionInfo(PythonFunction pythonFunction,
Object[] inputs) |
Modifier and Type | Method and Description |
---|---|
static PythonFunction |
PythonFunctionUtils.getPythonFunction(String fullyQualifiedName,
org.apache.flink.configuration.ReadableConfig config) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.