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.data_stream.CachedDataStream.union#

CachedDataStream.union(*streams: DataStream) → DataStream#

Creates a new DataStream by merging DataStream outputs of the same type with each other. The DataStreams merged using this operator will be transformed simultaneously.

Parameters

streams – The DataStream to union outputwith.

Returns

The DataStream.

previous

pyflink.datastream.data_stream.CachedDataStream.window_all

next

pyflink.datastream.data_stream.CachedDataStream.connect

On this page
  • CachedDataStream.union()
Show Source

Created using Sphinx 5.3.0.