Uses of Package
org.apache.flink.table.runtime.operators.window
-
Classes in org.apache.flink.table.runtime.operators.window used by org.apache.flink.table.runtime.operators.window Class Description AggregateWindowOperator AWindowOperatorfor grouped window aggregates.CountWindow AWindowthat represents a count window.TimeWindow Window AWindowis a grouping of elements into finite buckets.WindowOperator An operator that implements the logic for windowing based on aWindowAssignerandTrigger.WindowOperatorBuilder TheWindowOperatorBuilderis used to buildWindowOperatorfluently.WindowOperatorBuilder.AggregateWindowOperatorBuilder The builder which is used to buildAggregateWindowOperatorfluently.WindowOperatorBuilder.TableAggregateWindowOperatorBuilder The builder which is used to buildTableAggregateWindowOperatorfluently. -
Classes in org.apache.flink.table.runtime.operators.window used by org.apache.flink.table.runtime.operators.window.assigners Class Description CountWindow AWindowthat represents a count window.TimeWindow Window AWindowis a grouping of elements into finite buckets. -
Classes in org.apache.flink.table.runtime.operators.window used by org.apache.flink.table.runtime.operators.window.grouping Class Description TimeWindow -
Classes in org.apache.flink.table.runtime.operators.window used by org.apache.flink.table.runtime.operators.window.internal Class Description Window AWindowis a grouping of elements into finite buckets. -
Classes in org.apache.flink.table.runtime.operators.window used by org.apache.flink.table.runtime.operators.window.triggers Class Description Window AWindowis a grouping of elements into finite buckets.