pub fn flatten_watermarked_buckets<S>(
stream: S,
range: Range<u64>,
bucket_size: u64,
direction: ScanDirection,
) -> impl Stream<Item = BitmapScanResult<Watermarked<u64>>> + Send + 'staticExpand description
Flatten marked bucket bitmaps into absolute member ids with
edge-bucket trimming against range. Watermarks pass through
unchanged.