Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.operator.WindowOperator
-
Packages that use WindowOperator Package Description org.apache.flink.table.runtime.operators.window.groupwindow.operator -
-
Uses of WindowOperator in org.apache.flink.table.runtime.operators.window.groupwindow.operator
Subclasses of WindowOperator in org.apache.flink.table.runtime.operators.window.groupwindow.operator Modifier and Type Class Description classAggregateWindowOperator<K,W extends Window>AWindowOperatorfor grouped window aggregates.classTableAggregateWindowOperator<K,W extends Window>AWindowOperatorfor grouped and windowed table aggregates.Methods in org.apache.flink.table.runtime.operators.window.groupwindow.operator that return WindowOperator Modifier and Type Method Description WindowOperatorWindowOperatorBuilder.TableAggregateWindowOperatorBuilder. build()
-