Uses of Class
org.apache.flink.table.api.OverWindow
-
Packages that use OverWindow Package Description org.apache.flink.table.api org.apache.flink.table.api.internal org.apache.flink.table.expressions.resolver -
-
Uses of OverWindow in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return OverWindow Modifier and Type Method Description OverWindow
OverWindowPartitionedOrdered. as(String alias)
Assigns an alias for this window that the followingselect()
clause can refer to.OverWindow
OverWindowPartitionedOrdered. as(org.apache.flink.table.expressions.Expression alias)
Assigns an alias for this window that the followingselect()
clause can refer to.OverWindow
OverWindowPartitionedOrderedPreceding. as(String alias)
Assigns an alias for this window that the followingselect()
clause can refer to.OverWindow
OverWindowPartitionedOrderedPreceding. as(org.apache.flink.table.expressions.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 OverWindow Modifier and Type Method Description OverWindowedTable
Table. window(OverWindow... overWindows)
Defines over-windows on the records of a table. -
Uses of OverWindow in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type OverWindow Modifier and Type Method Description OverWindowedTable
TableImpl. window(OverWindow... overWindows)
-
Uses of OverWindow in org.apache.flink.table.expressions.resolver
Method parameters in org.apache.flink.table.expressions.resolver with type arguments of type OverWindow Modifier and Type Method Description ExpressionResolver.ExpressionResolverBuilder
ExpressionResolver.ExpressionResolverBuilder. withOverWindows(List<OverWindow> windows)
-