Function sst_column_id_indices

Source
pub(crate) fn sst_column_id_indices(
    metadata: &RegionMetadata,
) -> HashMap<ColumnId, usize>
Expand description

Returns a map that the key is the column id and the value is the column position in the SST. It only supports SSTs with raw primary key columns.