Uses of Class
org.apache.flink.table.api.OverWindow
Packages that use OverWindow
Package
Description
-
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(org.apache.flink.table.expressions.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(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 OverWindowModifier and TypeMethodDescriptionTable.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 -
Uses of OverWindow in org.apache.flink.table.expressions.resolver
Method parameters in org.apache.flink.table.expressions.resolver with type arguments of type OverWindowModifier and TypeMethodDescriptionExpressionResolver.ExpressionResolverBuilder.withOverWindows(List<OverWindow> windows)