Package org.apache.flink.table.functions.python
package org.apache.flink.table.functions.python
-
ClassDescriptionThe list of the built-in aggregate functions which can be mixed with the Python UDAF.The wrapper of user defined python aggregate function.PythonAggregateFunctionInfo contains the execution information of a Python aggregate function, such as: the actual Python aggregation function, the input arguments, the filter arg, the distinct flag, etc.Python execution environments.The Execution type specifies how to execute the Python function.The base interface of a wrapper of a Python function.PythonFunctionInfo contains the execution information of a Python function, such as: the actual Python function, the input arguments, etc.Categorizes the Python functions.The wrapper of user defined python scalar function.The wrapper of user defined python table aggregate function.The wrapper of user defined python table function.