PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
ExprState * | bitmapqualorig |
TIDBitmap * | tbm |
BitmapHeapScanInstrumentation | stats |
bool | initialized |
ParallelBitmapHeapState * | pstate |
SharedBitmapHeapInstrumentation * | sinstrument |
bool | recheck |
Definition at line 1888 of file execnodes.h.
ExprState* BitmapHeapScanState::bitmapqualorig |
Definition at line 1891 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), and ExecInitBitmapHeapScan().
bool BitmapHeapScanState::initialized |
Definition at line 1894 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapTableScanSetup(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
ParallelBitmapHeapState* BitmapHeapScanState::pstate |
Definition at line 1895 of file execnodes.h.
Referenced by BitmapTableScanSetup(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
bool BitmapHeapScanState::recheck |
Definition at line 1897 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
SharedBitmapHeapInstrumentation* BitmapHeapScanState::sinstrument |
Definition at line 1896 of file execnodes.h.
Referenced by ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapRetrieveInstrumentation(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().
ScanState BitmapHeapScanState::ss |
Definition at line 1890 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), BitmapTableScanSetup(), ExecBitmapHeapEstimate(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecBitmapHeapScan(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
BitmapHeapScanInstrumentation BitmapHeapScanState::stats |
Definition at line 1893 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
TIDBitmap* BitmapHeapScanState::tbm |
Definition at line 1892 of file execnodes.h.
Referenced by BitmapTableScanSetup(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().