Interface PythonFunction

    • Method Detail

      • getSerializedPythonFunction

        byte[] getSerializedPythonFunction()
        Returns the serialized representation of the user-defined python function.
      • getPythonEnv

        PythonEnv getPythonEnv()
        Returns the Python execution environment.
      • getPythonFunctionKind

        default PythonFunctionKind getPythonFunctionKind()
        Returns the kind of the user-defined python function.
      • takesRowAsInput

        default boolean takesRowAsInput()
        Returns Whether the Python function takes row as input instead of each columns of a row.