PostgreSQL Source Code  git master
BitmapHeapScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
ExprStatebitmapqualorig
 
TIDBitmaptbm
 
TBMIteratortbmiterator
 
TBMIterateResulttbmres
 
Buffer pvmbuffer
 
long exact_pages
 
long lossy_pages
 
TBMIteratorprefetch_iterator
 
int prefetch_pages
 
int prefetch_target
 
int prefetch_maximum
 
bool initialized
 
TBMSharedIteratorshared_tbmiterator
 
TBMSharedIteratorshared_prefetch_iterator
 
ParallelBitmapHeapStatepstate
 

Detailed Description

Definition at line 1809 of file execnodes.h.

Field Documentation

◆ bitmapqualorig

ExprState* BitmapHeapScanState::bitmapqualorig

Definition at line 1812 of file execnodes.h.

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

◆ exact_pages

long BitmapHeapScanState::exact_pages

Definition at line 1817 of file execnodes.h.

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

◆ initialized

bool BitmapHeapScanState::initialized

Definition at line 1823 of file execnodes.h.

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

◆ lossy_pages

long BitmapHeapScanState::lossy_pages

Definition at line 1818 of file execnodes.h.

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

◆ 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

◆ shared_prefetch_iterator

◆ shared_tbmiterator

TBMSharedIterator* BitmapHeapScanState::shared_tbmiterator

◆ ss

◆ tbm

TIDBitmap* BitmapHeapScanState::tbm

◆ tbmiterator

TBMIterator* BitmapHeapScanState::tbmiterator

◆ tbmres

TBMIterateResult* BitmapHeapScanState::tbmres

Definition at line 1815 of file execnodes.h.

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


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