PostgreSQL Source Code git master
BitmapHeapScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
ExprStatebitmapqualorig
 
TIDBitmaptbm
 
Buffer pvmbuffer
 
BitmapHeapScanInstrumentation stats
 
TBMIterator prefetch_iterator
 
int prefetch_pages
 
int prefetch_target
 
int prefetch_maximum
 
bool initialized
 
ParallelBitmapHeapStatepstate
 
SharedBitmapHeapInstrumentationsinstrument
 
bool recheck
 
BlockNumber blockno
 
BlockNumber prefetch_blockno
 

Detailed Description

Definition at line 1863 of file execnodes.h.

Field Documentation

◆ bitmapqualorig

ExprState* BitmapHeapScanState::bitmapqualorig

Definition at line 1866 of file execnodes.h.

Referenced by BitmapHeapNext(), BitmapHeapRecheck(), and ExecInitBitmapHeapScan().

◆ blockno

BlockNumber BitmapHeapScanState::blockno

Definition at line 1878 of file execnodes.h.

Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().

◆ initialized

bool BitmapHeapScanState::initialized

Definition at line 1874 of file execnodes.h.

Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().

◆ prefetch_blockno

BlockNumber BitmapHeapScanState::prefetch_blockno

◆ prefetch_iterator

TBMIterator BitmapHeapScanState::prefetch_iterator

◆ prefetch_maximum

int BitmapHeapScanState::prefetch_maximum

◆ prefetch_pages

int BitmapHeapScanState::prefetch_pages

◆ prefetch_target

int BitmapHeapScanState::prefetch_target

◆ pstate

◆ pvmbuffer

Buffer BitmapHeapScanState::pvmbuffer

◆ recheck

bool BitmapHeapScanState::recheck

Definition at line 1877 of file execnodes.h.

Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().

◆ sinstrument

◆ ss

◆ stats

◆ tbm

TIDBitmap* BitmapHeapScanState::tbm

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