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 40 of file tidbitmap.h.

Field Documentation

◆ blockno

◆ ntuples

int TBMIterateResult::ntuples

Definition at line 43 of file tidbitmap.h.

Referenced by BitmapHeapNext(), entryGetItem(), and heapam_scan_bitmap_next_block().

◆ offsets

OffsetNumber TBMIterateResult::offsets[FLEXIBLE_ARRAY_MEMBER]

Definition at line 46 of file tidbitmap.h.

Referenced by entryGetItem(), and heapam_scan_bitmap_next_block().

◆ recheck

bool TBMIterateResult::recheck

Definition at line 44 of file tidbitmap.h.

Referenced by BitmapHeapNext(), and BitmapPrefetch().


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