|
PostgreSQL Source Code git master
|
#include <tidbitmap.h>
Data Fields | |
| BlockNumber | blockno |
| bool | lossy |
| bool | recheck |
| void * | internal_page |
Definition at line 61 of file tidbitmap.h.
| BlockNumber TBMIterateResult::blockno |
Definition at line 63 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 78 of file tidbitmap.h.
Referenced by tbm_extract_page_tuple(), tbm_private_iterate(), and tbm_shared_iterate().
| bool TBMIterateResult::lossy |
Definition at line 65 of file tidbitmap.h.
Referenced by BitmapHeapScanNextBlock(), entryGetItem(), tbm_private_iterate(), and tbm_shared_iterate().
| bool TBMIterateResult::recheck |
Definition at line 71 of file tidbitmap.h.
Referenced by BitmapHeapScanNextBlock(), tbm_private_iterate(), and tbm_shared_iterate().