Structs§
- Iterates over the KV-pairs of a given list of SSTs. The key-ranges of these SSTs are assumed to be consecutive and non-overlapping.
- Iterates over the KV-pairs of an SST while downloading it.
SstableStreamIterator
encapsulates operations onsstables
, constructing block streams and accessing the corresponding data viablock_metas
. Note that ablock_meta
does not necessarily correspond to the entire sstable, but rather to a subset, which is documented via theblock_idx
.