Class PythonFunctionInfo
java.lang.Object
org.apache.flink.table.functions.python.PythonFunctionInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PythonAggregateFunctionInfo
PythonFunctionInfo contains the execution information of a Python function, such as: the actual
Python function, the input arguments, etc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PythonFunctionInfo
-
-
Method Details
-
getPythonFunction
-
getInputs
-
setInputs
-