pub type PbExchangeNode = ExchangeNode;Aliased Type§
pub struct PbExchangeNode {
pub sources: Vec<ExchangeSource>,
pub sequential: bool,
pub input_schema: Vec<Field>,
}Fields§
§sources: Vec<ExchangeSource>§sequential: boolsequential means each tasks of the exchange node will be executed sequentially.
input_schema: Vec<Field>