Uses of Class
org.apache.flink.table.functions.python.PythonFunctionInfo
-
Packages that use PythonFunctionInfo Package Description org.apache.flink.table.functions.python -
-
Uses of PythonFunctionInfo in org.apache.flink.table.functions.python
Subclasses of PythonFunctionInfo in org.apache.flink.table.functions.python Modifier and Type Class Description class
PythonAggregateFunctionInfo
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.
-