Package | Description |
---|---|
org.apache.flink.table.functions.python | |
org.apache.flink.table.functions.python.utils |
Class and Description |
---|
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.
|
Class and Description |
---|
PythonFunction
The base interface of a wrapper of a Python function.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.