Class PythonFunctionFactoryImpl

    • Constructor Detail

      • PythonFunctionFactoryImpl

        public PythonFunctionFactoryImpl​(PythonFunctionFactory realPythonFunctionFactory,
                                         org.apache.flink.client.python.PythonEnvUtils.PythonProcessShutdownHook shutdownHook)
    • Method Detail

      • getPythonFunction

        public PythonFunction getPythonFunction​(String moduleName,
                                                String objectName)
        Description copied from interface: PythonFunctionFactory
        Returns PythonFunction according to moduleName and objectName.
        Specified by:
        getPythonFunction in interface PythonFunctionFactory
        Parameters:
        moduleName - The module name of the Python UDF.
        objectName - The function name / class name of the Python UDF.
        Returns:
        The PythonFunction object which represents the Python UDF.