Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.window.Over.order_by#

classmethod Over.order_by(order_by: pyflink.table.expression.Expression) → pyflink.table.window.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.

previous

pyflink.table.window.SessionWithGapOnTime.alias

next

pyflink.table.window.Over.partition_by

Show Source

Created using Sphinx 4.5.0.