Uses of Class
org.apache.flink.table.runtime.operators.window.WindowOperator
-
Packages that use WindowOperator Package Description org.apache.flink.table.runtime.operators.window -
-
Uses of WindowOperator in org.apache.flink.table.runtime.operators.window
Subclasses of WindowOperator in org.apache.flink.table.runtime.operators.window 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 that return WindowOperator Modifier and Type Method Description WindowOperatorWindowOperatorBuilder.TableAggregateWindowOperatorBuilder. build()
-