Uses of Class
org.apache.flink.streaming.api.operators.python.AbstractPythonFunctionOperator
Packages that use AbstractPythonFunctionOperator
Package
Description
-
Uses of AbstractPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embedded
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embeddedModifier and TypeClassDescriptionclassBase class for all Python DataStream operators executed in embedded Python environment.classAbstract class for all stream operators to execute Python functions 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 AbstractPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.processModifier and TypeClassDescriptionclassBase class for all Python DataStream operators executed in Python process.classAbstractExternalOneInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.classAbstract class for all stream operators to execute Python functions in external environment.classAbstractExternalTwoInputPythonFunctionOperator<IN1,IN2, OUT> AbstractExternalTwoInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute two-input user defined python function.classExternalPythonBatchCoBroadcastProcessOperator<IN1,IN2, OUT> TheExternalPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,ExternalPythonCoProcessOperatoris used under STREAMING mode.classTheExternalPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,ExternalPythonKeyedCoProcessOperatoris used under STREAMING mode.classExternalPythonCoProcessOperator<IN1,IN2, OUT> TheExternalPythonCoProcessOperatoris responsible for executing the Python CoProcess Function.classExternalPythonKeyedCoProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python CoProcess function.classExternalPythonKeyedProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.classExternalPythonProcessOperator<IN,OUT> ExternalPythonProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python ProcessFunction. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.streaming.api.transformations.python
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.streaming.api.transformations.pythonModifier and TypeClassDescriptionstatic classDelegateOperatorTransformation.DelegateOperatorholds configurations, e.g.Methods in org.apache.flink.streaming.api.transformations.python with parameters of type AbstractPythonFunctionOperatorModifier and TypeMethodDescriptionstatic voidDelegateOperatorTransformation.configureOperator(DelegateOperatorTransformation<?> transformation, AbstractPythonFunctionOperator<?> operator) -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python
Modifier and TypeClassDescriptionclassBase class for all stream operators to execute Python Stateless Functions in embedded Python environment.classBase class for all one input stream operators to execute Python functions.classAbstractStatelessFunctionOperator<IN,OUT, UDFIN> Base class for all stream operators to execute Python Stateless Functions. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregateModifier and TypeClassDescriptionclassBase class forAbstractPythonStreamGroupAggregateOperatorandPythonStreamGroupWindowAggregateOperator.classBase class forPythonStreamGroupAggregateOperatorandPythonStreamGroupTableAggregateOperator.classThe Python AggregateFunction operator.classThe Python TableAggregateFunction operator.classPythonStreamGroupWindowAggregateOperator<K,W extends org.apache.flink.table.runtime.operators.window.Window> The Python Group Window AggregateFunction operator. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrowModifier and TypeClassDescriptionclassThe Abstract class of Arrow Aggregate Operator for PandasAggregateFunction. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batchModifier and TypeClassDescriptionclassThe Batch Arrow PythonAggregateFunctionOperator for Group Aggregation.classThe Batch Arrow PythonAggregateFunctionOperator for Group Window Aggregation.classThe Batch Arrow PythonAggregateFunctionOperator for Over Window Aggregation. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.streamModifier and TypeClassDescriptionclassThe Abstract class of Stream Arrow PythonAggregateFunctionOperator for RANGE clause bounded Over Window Aggregation.classThe Abstract class of Stream Arrow PythonAggregateFunctionOperator for ROWS clause bounded Over Window Aggregation.classThe Abstract class of Stream Arrow PythonAggregateFunctionOperator for Over Window Aggregation.classStreamArrowPythonGroupWindowAggregateFunctionOperator<K,W extends org.apache.flink.table.runtime.operators.window.Window> The Stream Arrow PythonAggregateFunctionOperator for Group Window Aggregation.classThe Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window.classThe Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalarModifier and TypeClassDescriptionclassBase class for all stream operators to execute PythonScalarFunctions.classThe PythonScalarFunctionoperator in embedded Python environment.classThe PythonScalarFunctionoperator. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrow
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrowModifier and TypeClassDescriptionclassArrow PythonScalarFunctionoperator. -
Uses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.table
Subclasses of AbstractPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.tableModifier and TypeClassDescriptionclassThe PythonTableFunctionoperator in embedded Python environment.classThe PythonTableFunctionoperator.