Uses of Class
org.apache.flink.table.runtime.operators.python.AbstractOneInputPythonFunctionOperator
Packages that use AbstractOneInputPythonFunctionOperator
Package
Description
-
Uses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python
Subclasses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.pythonModifier and TypeClassDescriptionclassAbstractStatelessFunctionOperator<IN,OUT, UDFIN> Base class for all stream operators to execute Python Stateless Functions. -
Uses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate
Subclasses of AbstractOneInputPythonFunctionOperator 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 AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow
Subclasses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrowModifier and TypeClassDescriptionclassThe Abstract class of Arrow Aggregate Operator for PandasAggregateFunction. -
Uses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch
Subclasses of AbstractOneInputPythonFunctionOperator 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 AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream
Subclasses of AbstractOneInputPythonFunctionOperator 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 AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar
Subclasses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalarModifier and TypeClassDescriptionclassBase class for all stream operators to execute PythonScalarFunctions.classThe PythonScalarFunctionoperator. -
Uses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrow
Subclasses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.scalar.arrowModifier and TypeClassDescriptionclassArrow PythonScalarFunctionoperator. -
Uses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.table
Subclasses of AbstractOneInputPythonFunctionOperator in org.apache.flink.table.runtime.operators.python.tableModifier and TypeClassDescriptionclassThe PythonTableFunctionoperator.