Uses of Class
org.apache.flink.table.functions.python.PythonFunctionInfo
Packages that use PythonFunctionInfo
-
Uses of PythonFunctionInfo in org.apache.flink.table.functions.python
Subclasses of PythonFunctionInfo in org.apache.flink.table.functions.pythonModifier and TypeClassDescriptionclassPythonAggregateFunctionInfo 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.