pub type PbExchangeSource = ExchangeSource;
Expand description
Alias for ExchangeSource
.
Aliased Type§
struct PbExchangeSource {
pub task_output_id: Option<TaskOutputId>,
pub host: Option<HostAddress>,
pub local_execute_plan: Option<LocalExecutePlan>,
}
Fields§
§task_output_id: Option<TaskOutputId>
§host: Option<HostAddress>
§local_execute_plan: Option<LocalExecutePlan>