pyflink.table.window.OverWindowPartitionedOrderedPreceding.following#
- OverWindowPartitionedOrderedPreceding.following(following: pyflink.table.expression.Expression) pyflink.table.window.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.