Uses of Class
org.apache.flink.table.runtime.operators.python.aggregate.AbstractPythonStreamAggregateOperator
Packages that use AbstractPythonStreamAggregateOperator
-
Uses of AbstractPythonStreamAggregateOperator in org.apache.flink.table.runtime.operators.python.aggregate
Subclasses of AbstractPythonStreamAggregateOperator in org.apache.flink.table.runtime.operators.python.aggregateModifier and TypeClassDescriptionclassBase 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.