PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 1869 of file execnodes.h.

Field Documentation

◆ bitmapqualorig

ExprState* BitmapHeapScanState::bitmapqualorig

Definition at line 1872 of file execnodes.h.

Referenced by BitmapHeapNext(), and BitmapHeapRecheck().

◆ initialized

bool BitmapHeapScanState::initialized

Definition at line 1875 of file execnodes.h.

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

◆ pstate

◆ recheck

bool BitmapHeapScanState::recheck

Definition at line 1878 of file execnodes.h.

Referenced by BitmapHeapNext(), and ExecReScanBitmapHeapScan().

◆ sinstrument

◆ ss

◆ stats

BitmapHeapScanInstrumentation BitmapHeapScanState::stats

Definition at line 1874 of file execnodes.h.

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

◆ tbm

TIDBitmap* BitmapHeapScanState::tbm

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