Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • Window
  • pyflink.table.window.OverWindowPartitioned.order_by

pyflink.table.window.OverWindowPartitioned.order_by#

OverWindowPartitioned.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.

For batch tables, refer to a timestamp or long attribute.

Parameters:

order_by – Field reference.

Returns:

An over window with defined order.

previous

pyflink.table.window.OverWindowPartitionedOrderedPreceding.following

next

Expressions

On this page
  • OverWindowPartitioned.order_by()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.