Uses of Package
org.apache.flink.streaming.api.operators.python.embedded
Packages that use org.apache.flink.streaming.api.operators.python.embedded
Package
Description
-
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.streaming.api.operators.python.embeddedClassDescriptionBase class for all Python DataStream operators executed in embedded Python environment.Abstract class for all stream operators to execute Python functions in embedded Python environment.
AbstractOneInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with one input in Embedded Python environment.AbstractTwoInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with two input user defined python function in Embedded Python environment.EmbeddedPythonCoProcessOperatoris responsible for executing Python CoProcessFunction in embedded Python environment.EmbeddedPythonKeyedCoProcessOperatoris responsible for executing user defined python KeyedCoProcessFunction in embedded Python environment. -
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.table.runtime.operators.pythonClassDescriptionAbstract class for all stream operators to execute Python functions in embedded Python environment.
-
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.table.runtime.operators.python.scalarClassDescriptionAbstract class for all stream operators to execute Python functions in embedded Python environment.
-
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.table.runtime.operators.python.tableClassDescriptionAbstract class for all stream operators to execute Python functions in embedded Python environment.