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 DataStream
  • PyFlink Common

pyflink.table.window.Tumble.over#

classmethod Tumble.over(size: Expression) → TumbleWithSize[source]#

Creates a tumbling window. Tumbling windows are fixed-size, consecutive, non-overlapping windows of a specified fixed length. For example, a tumbling window of 5 minutes size groups elements in 5 minutes intervals.

Parameters

size – The size of the window as time or row-count interval.

Returns

A partially defined tumbling window.

previous

Window

next

pyflink.table.window.TumbleWithSize.on

On this page
  • Tumble.over()
Show Source

Created using Sphinx 5.3.0.