Skip to main content

execute_bitmap_scan_stream

Function execute_bitmap_scan_stream 

Source
pub fn execute_bitmap_scan_stream<'a, F>(
    bitmap: &TidBitmap,
    fetcher: &'a F,
    rows_per_page: u32,
) -> BitmapScanRows<'a, F> 
where F: RowFetcher,
Expand description

Construct a pull-based BitmapScanRows over bitmap. The page grouping (sequential-read-friendly TID ordering) is computed up front — it is metadata-sized, not row-sized — while the heap fetches stay lazy.