pub type PbDispatchOutputMapping = DispatchOutputMapping;Aliased Type§
pub struct PbDispatchOutputMapping {
pub indices: Vec<u32>,
pub types: Vec<TypePair>,
}Fields§
§indices: Vec<u32>Indices of the columns to output.
types: Vec<TypePair>Besides the indices, we may also need to convert the types of some columns.
- If no type conversion is needed, this field will be empty.
- If type conversion is needed, this will have the same length as
indices. Only columns with type conversion will haveupstreamanddownstreamfield set.