Uses of Class
org.apache.flink.streaming.api.operators.python.process.AbstractExternalPythonFunctionOperator
-
-
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process Modifier and Type Class Description classAbstractExternalDataStreamPythonFunctionOperator<OUT>Base class for all Python DataStream operators executed in Python process.classAbstractExternalOneInputPythonFunctionOperator<IN,OUT>AbstractExternalOneInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.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.classExternalPythonBatchKeyedCoBroadcastProcessOperator<OUT>TheExternalPythonBatchKeyedCoBroadcastProcessOperatoris 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.classExternalPythonKeyedCoProcessOperator<OUT>ExternalPythonKeyedCoProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python CoProcess function.classExternalPythonKeyedProcessOperator<OUT>ExternalPythonKeyedProcessOperatoris 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 AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python Modifier and Type Class Description classAbstractOneInputPythonFunctionOperator<IN,OUT>Base 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 AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate Modifier and Type Class Description classAbstractPythonStreamAggregateOperatorBase class forAbstractPythonStreamGroupAggregateOperatorandPythonStreamGroupWindowAggregateOperator.classAbstractPythonStreamGroupAggregateOperatorBase class forPythonStreamGroupAggregateOperatorandPythonStreamGroupTableAggregateOperator.classPythonStreamGroupAggregateOperatorThe Python AggregateFunction operator.classPythonStreamGroupTableAggregateOperatorThe Python TableAggregateFunction operator.classPythonStreamGroupWindowAggregateOperator<K,W extends org.apache.flink.table.runtime.operators.window.Window>The Python Group Window AggregateFunction operator. -
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow Modifier and Type Class Description classAbstractArrowPythonAggregateFunctionOperatorThe Abstract class of Arrow Aggregate Operator for PandasAggregateFunction. -
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch Modifier and Type Class Description classBatchArrowPythonGroupAggregateFunctionOperatorThe Batch Arrow PythonAggregateFunctionOperator for Group Aggregation.classBatchArrowPythonGroupWindowAggregateFunctionOperatorThe Batch Arrow PythonAggregateFunctionOperator for Group Window Aggregation.classBatchArrowPythonOverWindowAggregateFunctionOperatorThe Batch Arrow PythonAggregateFunctionOperator for Over Window Aggregation. -
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream Modifier and Type Class Description classAbstractStreamArrowPythonBoundedRangeOperator<K>The Abstract class of Stream Arrow PythonAggregateFunctionOperator for RANGE clause bounded Over Window Aggregation.classAbstractStreamArrowPythonBoundedRowsOperator<K>The Abstract class of Stream Arrow PythonAggregateFunctionOperator for ROWS clause bounded Over Window Aggregation.classAbstractStreamArrowPythonOverWindowAggregateFunctionOperator<K>The 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.classStreamArrowPythonProcTimeBoundedRangeOperator<K>The Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classStreamArrowPythonProcTimeBoundedRowsOperator<K>The Stream Arrow PythonAggregateFunctionOperator for ROWS clause proc-time bounded OVER window.classStreamArrowPythonRowTimeBoundedRangeOperator<K>The Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window.classStreamArrowPythonRowTimeBoundedRowsOperator<K>The Stream Arrow PythonAggregateFunctionOperator for RANGE clause event-time bounded OVER window. -
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar Modifier and Type Class Description classAbstractPythonScalarFunctionOperatorBase class for all stream operators to execute PythonScalarFunctions.classPythonScalarFunctionOperatorThe PythonScalarFunctionoperator. -
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrow
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrow Modifier and Type Class Description classArrowPythonScalarFunctionOperatorArrow PythonScalarFunctionoperator. -
Uses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.table
Subclasses of AbstractExternalPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.table Modifier and Type Class Description classPythonTableFunctionOperatorThe PythonTableFunctionoperator.
-