pub type PbColIndexMapping = ColIndexMapping;Aliased Type§
pub struct PbColIndexMapping {
pub target_size: u64,
pub map: Vec<i64>,
}Fields§
§target_size: u64The size of the target space.
map: Vec<i64>Each subscript is mapped to the corresponding element. For those not mapped, the value will be negative.