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.Session.with_gap#

classmethod Session.with_gap(gap: Expression) → SessionWithGap[source]#

Creates a session window. The boundary of session windows are defined by intervals of inactivity, i.e., a session window is closes if no event appears for a defined gap period.

Parameters

gap – Specifies how long (as interval of milliseconds) to wait for new data before closing the session window.

Returns

A partially defined session window.

previous

pyflink.table.window.SlideWithSizeAndSlideOnTime.alias

next

pyflink.table.window.SessionWithGap.on

On this page
  • Session.with_gap()
Show Source

Created using Sphinx 5.3.0.