Uses of Class
org.apache.flink.table.api.OverWindowPartitionedOrderedPreceding
Packages that use OverWindowPartitionedOrderedPreceding
-
Uses of OverWindowPartitionedOrderedPreceding in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return OverWindowPartitionedOrderedPrecedingModifier and TypeMethodDescriptionOverWindowPartitionedOrderedPreceding.following(Expression following) Set the following offset (based on time or row-count intervals) for over window.OverWindowPartitionedOrdered.preceding(Expression preceding) Set the preceding offset (based on time or row-count intervals) for over window.