Uses of Package
org.apache.flink.table.functions.python
-
Packages that use org.apache.flink.table.functions.python Package Description org.apache.flink.table.functions.python org.apache.flink.table.functions.python.utils -
Classes in org.apache.flink.table.functions.python used by org.apache.flink.table.functions.python Class 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. -
Classes in org.apache.flink.table.functions.python used by org.apache.flink.table.functions.python.utils Class Description PythonFunction The base interface of a wrapper of a Python function.