risingwave_pb::stream_plan

Type Alias PbExchangeNode

source
pub type PbExchangeNode = ExchangeNode;
Expand description

Alias for ExchangeNode.

Aliased Type§

struct PbExchangeNode {
    pub strategy: Option<DispatchStrategy>,
}

Fields§

§strategy: Option<DispatchStrategy>