Return a `Compaction` for compacting the range `[begin,end]` in the specified level. Returns `None` if there is nothing in that level that overlaps the specified range
(
&mut self,
level: usize,
begin: Option<&InternalKey>,
end: Option<&InternalKey>,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected