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