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