pub fn prune_overlapping_ssts<'a, R, B>(
ssts: &'a [SstableInfo],
table_id: TableId,
table_key_range: &'a R,
) -> impl DoubleEndedIterator<Item = &'a SstableInfo>
Expand description
Prune overlapping SSTs that does not overlap with a specific key range or does not overlap with a specific table id. Returns the sst ids after pruning.