Uses of Class
org.apache.flink.table.api.OverWindow
Packages that use OverWindow
-
Uses of OverWindow in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return OverWindowModifier and TypeMethodDescriptionAssigns an alias for this window that the followingselect()clause can refer to.OverWindowPartitionedOrdered.as(Expression alias) Assigns an alias for this window that the followingselect()clause can refer to.Assigns an alias for this window that the followingselect()clause can refer to.OverWindowPartitionedOrderedPreceding.as(Expression alias) Assigns an alias for this window that the followingselect()clause can refer to.Methods in org.apache.flink.table.api with parameters of type OverWindowModifier and TypeMethodDescriptionTable.window(OverWindow... overWindows) Defines over-windows on the records of a table.