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 OverWindowOverWindowPartitionedOrdered. as(String alias)Assigns an alias for this window that the followingselect()clause can refer to.OverWindowOverWindowPartitionedOrdered. as(org.apache.flink.table.expressions.Expression alias)Assigns an alias for this window that the followingselect()clause can refer to.OverWindowOverWindowPartitionedOrderedPreceding. as(String alias)Assigns an alias for this window that the followingselect()clause can refer to.OverWindowOverWindowPartitionedOrderedPreceding. 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 OverWindowedTableTable. 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 OverWindowedTableTableImpl. 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.ExpressionResolverBuilderExpressionResolver.ExpressionResolverBuilder. withOverWindows(List<OverWindow> windows)
-