Uses of Class
org.apache.flink.table.runtime.operators.python.aggregate.arrow.AbstractArrowPythonAggregateFunctionOperator
Packages that use AbstractArrowPythonAggregateFunctionOperator
Package
Description
-
Uses of AbstractArrowPythonAggregateFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.batch
Subclasses of AbstractArrowPythonAggregateFunctionOperator 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 AbstractArrowPythonAggregateFunctionOperator in org.apache.flink.table.runtime.operators.python.aggregate.arrow.stream
Subclasses of AbstractArrowPythonAggregateFunctionOperator 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.