Uses of Class
org.apache.flink.streaming.api.operators.python.embedded.AbstractEmbeddedPythonFunctionOperator
Packages that use AbstractEmbeddedPythonFunctionOperator
Package
Description
-
Uses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embedded
Subclasses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embeddedModifier and TypeClassDescriptionclassBase class for all Python DataStream operators executed in embedded Python environment.classAbstractOneInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with one input in Embedded Python environment.classAbstractTwoInputEmbeddedPythonFunctionOperator<IN1,IN2, OUT> AbstractTwoInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with two input user defined python function in Embedded Python environment.classEmbeddedPythonBatchCoBroadcastProcessOperator<IN1,IN2, OUT> TheEmbeddedPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,EmbeddedPythonCoProcessOperatoris used under STREAMING mode.classEmbeddedPythonBatchKeyedCoBroadcastProcessOperator<K,IN1, IN2, OUT> TheEmbeddedPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,EmbeddedPythonKeyedCoProcessOperatoris used under STREAMING mode.classEmbeddedPythonCoProcessOperator<IN1,IN2, OUT> EmbeddedPythonCoProcessOperatoris responsible for executing Python CoProcessFunction in embedded Python environment.classEmbeddedPythonKeyedCoProcessOperator<K,IN1, IN2, OUT> EmbeddedPythonKeyedCoProcessOperatoris responsible for executing user defined python KeyedCoProcessFunction in embedded Python environment.classEmbeddedPythonKeyedProcessOperator<K,IN, OUT> EmbeddedPythonKeyedProcessOperatoris responsible for executing user defined python KeyedProcessFunction in embedded Python environment.classEmbeddedPythonProcessOperator<IN,OUT> EmbeddedPythonProcessOperatoris responsible for executing Python ProcessFunction in embedded Python environment.classEmbeddedPythonWindowOperator<K,IN, OUT, W extends org.apache.flink.table.runtime.operators.window.Window> EmbeddedPythonWindowOperatoris responsible for executing user defined python ProcessWindowFunction in embedded Python environment. -
Uses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.table.runtime.operators.python
Subclasses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.table.runtime.operators.pythonModifier and TypeClassDescriptionclassBase class for all stream operators to execute Python Stateless Functions in embedded Python environment. -
Uses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar
Subclasses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalarModifier and TypeClassDescriptionclassThe PythonScalarFunctionoperator in embedded Python environment. -
Uses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.table
Subclasses of AbstractEmbeddedPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.tableModifier and TypeClassDescriptionclassThe PythonTableFunctionoperator in embedded Python environment.