pub type PbDispatchStrategy = DispatchStrategy;
Expand description
Alias for DispatchStrategy
.
Aliased Type§
struct PbDispatchStrategy {
pub type: i32,
pub dist_key_indices: Vec<u32>,
pub output_indices: Vec<u32>,
}
Fields§
§type: i32
§dist_key_indices: Vec<u32>
§output_indices: Vec<u32>