risingwave_stream::executor

Module merge

source

Structsยง

  • BufferChunks ๐Ÿ”’
    A wrapper that buffers the StreamChunks from upstream until no more ready items are available. Besides, any message other than StreamChunk will trigger the buffered StreamChunks to be emitted immediately along with the message itself.
  • MergeExecutor merges data from multiple channels. Dataflow from one channel will be stopped on barrier.
  • MergeExecutorInput ๐Ÿ”’
  • A stream for merging messages from multiple upstreams.

Enumsยง