Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.functions.WindowFunction#

class WindowFunction(*args, **kwds)[source]#

Base interface for functions that are evaluated over keyed (grouped) windows.

Methods

apply(key, window, inputs)

Evaluates the window and outputs none or several elements.

close()

open(runtime_context)

previous

pyflink.datastream.functions.KeyedCoProcessFunction

next

pyflink.datastream.functions.ProcessWindowFunction

Show Source

Created using Sphinx 4.5.0.