PostgreSQL Source Code git master
TBMIterateResult Struct Reference

#include <tidbitmap.h>

Data Fields

BlockNumber blockno
 
int ntuples
 
bool recheck
 
OffsetNumber offsets [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 54 of file tidbitmap.h.

Field Documentation

◆ blockno

BlockNumber TBMIterateResult::blockno

◆ ntuples

int TBMIterateResult::ntuples

Definition at line 57 of file tidbitmap.h.

Referenced by entryGetItem(), and heapam_scan_bitmap_next_block().

◆ offsets

OffsetNumber TBMIterateResult::offsets[FLEXIBLE_ARRAY_MEMBER]

Definition at line 60 of file tidbitmap.h.

Referenced by entryGetItem(), and heapam_scan_bitmap_next_block().

◆ recheck

bool TBMIterateResult::recheck

Definition at line 58 of file tidbitmap.h.

Referenced by BitmapPrefetch(), and heapam_scan_bitmap_next_block().


The documentation for this struct was generated from the following file: