| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.functions.python | |
| org.apache.flink.table.functions.python.utils |
| 类和说明 |
|---|
| BuiltInPythonAggregateFunction
The list of the built-in aggregate functions which can be mixed with the Python UDAF.
|
| PythonEnv
Python execution environments.
|
| PythonEnv.ExecType
The Execution type specifies how to execute the Python function.
|
| PythonFunction
The base interface of a wrapper of a Python function.
|
| PythonFunctionInfo
PythonFunctionInfo contains the execution information of a Python function, such as: the actual
Python function, the input arguments, etc.
|
| PythonFunctionKind
Categorizes the Python functions.
|
| 类和说明 |
|---|
| PythonFunction
The base interface of a wrapper of a Python function.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.