Package org.apache.flink.table.runtime.operators.window.groupwindow.assigners
package org.apache.flink.table.runtime.operators.window.groupwindow.assigners
-
ClassDescriptionA
GroupWindowAssignerthat windows elements into sliding windows based on the count number of the elements.AGroupWindowAssignerthat windows elements into fixed-size windows based on the count number of the elements.AGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.GroupWindowAssigner<W extends Window>AGroupWindowAssignerassigns zero or moreWindowsto an element.The internal time window assigner which has some useful methods.MergingWindowAssigner<W extends Window>AWindowAssignerthat can merge windows.PanedWindowAssigner<W extends Window>AWindowAssignerthat window can be split into panes.AGroupWindowAssignerthat windows elements into sessions based on the timestamp.AGroupWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.AGroupWindowAssignerthat windows elements into fixed-size windows based on the timestamp of the elements.