async fn memtable_source(
mem_ranges: MemtableRanges,
options: &RegionOptions,
) -> Result<Source>
Expand description
Returns a Source for the given memtable.
async fn memtable_source(
mem_ranges: MemtableRanges,
options: &RegionOptions,
) -> Result<Source>
Returns a Source for the given memtable.