pyflink.table.window.OverWindowPartitionedOrderedPreceding.following#
- OverWindowPartitionedOrderedPreceding.following(following: Expression) OverWindowPartitionedOrderedPreceding[source]#
Set the following offset (based on time or row-count intervals) for over window.
- Parameters:
following – Following offset that relative to the current row.
- Returns:
An over window with defined following.