Type Alias PbDispatchOutputMapping

Source
pub type PbDispatchOutputMapping = DispatchOutputMapping;

Aliased Type§

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 have upstream and downstream field set.