pyflink.table.window.Over.order_by#
- classmethod Over.order_by(order_by: Expression) OverWindowPartitionedOrdered[source]#
Specifies the time attribute on which rows are ordered.
For streaming tables, reference a rowtime or proctime time attribute here to specify the time mode.
- Parameters
order_by – Field reference.
- Returns
An over window with defined order.