Uses of Class
org.apache.flink.table.api.GroupWindow
Packages that use GroupWindow
-
Uses of GroupWindow in org.apache.flink.table.api
Subclasses of GroupWindow in org.apache.flink.table.apiModifier and TypeClassDescriptionfinal classSession window on time with alias.final classSliding window on time with alias.final classTumbling window on time with alias.Methods in org.apache.flink.table.api with parameters of type GroupWindowModifier and TypeMethodDescriptionTable.window(GroupWindow groupWindow) Groups the records of a table by assigning them to windows defined by a time or row interval.