PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BitmapHeapScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
ExprStatebitmapqualorig
 
TIDBitmaptbm
 
BitmapHeapScanInstrumentation stats
 
bool initialized
 
ParallelBitmapHeapStatepstate
 
SharedBitmapHeapInstrumentationsinstrument
 
bool recheck
 

Detailed Description

Definition at line 1888 of file execnodes.h.

Field Documentation

◆ bitmapqualorig

ExprState* BitmapHeapScanState::bitmapqualorig

Definition at line 1891 of file execnodes.h.

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

◆ initialized

bool BitmapHeapScanState::initialized

◆ pstate

◆ recheck

bool BitmapHeapScanState::recheck

Definition at line 1897 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: