risingwave_stream::executor::exchange

Module output

source

Structs§

  • LocalOutput sends data to a local channel.
  • RemoteOutput compacts the data and send to a local buffer channel, which will be further sent to the remote actor by ExchangeService.

Traits§

  • Output provides an interface for Dispatcher to send data into downstream actors.

Functions§

Type Aliases§