Uses of Interface
org.apache.flink.python.PythonFunctionRunner
-
-
Uses of PythonFunctionRunner in org.apache.flink.streaming.api.operators.python.process
Fields in org.apache.flink.streaming.api.operators.python.process declared as PythonFunctionRunner Modifier and Type Field Description protected PythonFunctionRunnerAbstractExternalPythonFunctionOperator. pythonFunctionRunnerThePythonFunctionRunnerwhich is responsible for Python user-defined function execution.Methods in org.apache.flink.streaming.api.operators.python.process that return PythonFunctionRunner Modifier and Type Method Description abstract PythonFunctionRunnerAbstractExternalPythonFunctionOperator. createPythonFunctionRunner()Creates thePythonFunctionRunnerwhich is responsible for Python user-defined function execution.PythonFunctionRunnerExternalPythonCoProcessOperator. createPythonFunctionRunner()PythonFunctionRunnerExternalPythonKeyedCoProcessOperator. createPythonFunctionRunner()PythonFunctionRunnerExternalPythonKeyedProcessOperator. createPythonFunctionRunner()PythonFunctionRunnerExternalPythonProcessOperator. createPythonFunctionRunner() -
Uses of PythonFunctionRunner in org.apache.flink.streaming.api.runners.python.beam
Classes in org.apache.flink.streaming.api.runners.python.beam that implement PythonFunctionRunner Modifier and Type Class Description classBeamDataStreamPythonFunctionRunnerBeamDataStreamPythonFunctionRunneris responsible for starting a beam python harness to execute user defined python function.classBeamPythonFunctionRunnerABeamPythonFunctionRunnerused to execute Python functions. -
Uses of PythonFunctionRunner in org.apache.flink.table.runtime.operators.python
Methods in org.apache.flink.table.runtime.operators.python that return PythonFunctionRunner Modifier and Type Method Description PythonFunctionRunnerAbstractStatelessFunctionOperator. createPythonFunctionRunner() -
Uses of PythonFunctionRunner in org.apache.flink.table.runtime.operators.python.aggregate
Methods in org.apache.flink.table.runtime.operators.python.aggregate that return PythonFunctionRunner Modifier and Type Method Description PythonFunctionRunnerAbstractPythonStreamAggregateOperator. createPythonFunctionRunner() -
Uses of PythonFunctionRunner in org.apache.flink.table.runtime.runners.python.beam
Classes in org.apache.flink.table.runtime.runners.python.beam that implement PythonFunctionRunner Modifier and Type Class Description classBeamTablePythonFunctionRunnerABeamTablePythonFunctionRunnerused to execute Python functions in Table API.
-