Class PythonFunctionInfo

java.lang.Object
org.apache.flink.table.functions.python.PythonFunctionInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PythonAggregateFunctionInfo

@Internal public class PythonFunctionInfo extends Object implements Serializable
PythonFunctionInfo contains the execution information of a Python function, such as: the actual Python function, the input arguments, etc.
See Also:
  • Constructor Details

  • Method Details

    • getPythonFunction

      public PythonFunction getPythonFunction()
    • getInputs

      public Object[] getInputs()
    • setInputs

      public void setInputs(Object[] inputs)