Uses of Interface
org.apache.flink.python.PythonFunctionRunner
Packages that use PythonFunctionRunner
Package
Description
-
Uses of PythonFunctionRunner in org.apache.flink.streaming.api.operators.python.process
Fields in org.apache.flink.streaming.api.operators.python.process declared as PythonFunctionRunnerModifier and TypeFieldDescriptionprotected PythonFunctionRunnerAbstractExternalPythonFunctionOperator.pythonFunctionRunnerThePythonFunctionRunnerwhich is responsible for Python user-defined function execution.Methods in org.apache.flink.streaming.api.operators.python.process that return PythonFunctionRunnerModifier and TypeMethodDescriptionabstract PythonFunctionRunnerAbstractExternalPythonFunctionOperator.createPythonFunctionRunner()Creates thePythonFunctionRunnerwhich is responsible for Python user-defined function execution.ExternalPythonCoProcessOperator.createPythonFunctionRunner()ExternalPythonKeyedCoProcessOperator.createPythonFunctionRunner()ExternalPythonKeyedProcessOperator.createPythonFunctionRunner()ExternalPythonProcessOperator.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 PythonFunctionRunnerModifier and TypeClassDescriptionclassBeamDataStreamPythonFunctionRunneris responsible for starting a beam python harness to execute user defined python function.classABeamPythonFunctionRunnerused 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 -
Uses of PythonFunctionRunner in org.apache.flink.table.runtime.operators.python.aggregate
Methods in org.apache.flink.table.runtime.operators.python.aggregate that return PythonFunctionRunnerModifier and TypeMethodDescriptionAbstractPythonStreamAggregateOperator.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 PythonFunctionRunnerModifier and TypeClassDescriptionclassABeamTablePythonFunctionRunnerused to execute Python functions in Table API.