PostgreSQL Source Code git master
|
#include <tidbitmap.h>
Data Fields | |
BlockNumber | blockno |
bool | lossy |
bool | recheck |
void * | internal_page |
Definition at line 62 of file tidbitmap.h.
BlockNumber TBMIterateResult::blockno |
Definition at line 64 of file tidbitmap.h.
Referenced by bitmapheap_stream_read_next(), BitmapHeapScanNextBlock(), entryGetItem(), ginFillScanEntry(), startScanEntry(), tbm_private_iterate(), and tbm_shared_iterate().
void* TBMIterateResult::internal_page |
Definition at line 79 of file tidbitmap.h.
Referenced by tbm_extract_page_tuple(), tbm_private_iterate(), and tbm_shared_iterate().
bool TBMIterateResult::lossy |
Definition at line 66 of file tidbitmap.h.
Referenced by BitmapHeapScanNextBlock(), entryGetItem(), tbm_private_iterate(), and tbm_shared_iterate().
bool TBMIterateResult::recheck |
Definition at line 72 of file tidbitmap.h.
Referenced by BitmapHeapScanNextBlock(), tbm_private_iterate(), and tbm_shared_iterate().