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.
fn sst_column_id_indices(metadata: &RegionMetadata) -> HashMap<ColumnId, usize>
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.