PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 1843 of file execnodes.h.
ExprState* BitmapHeapScanState::bitmapqualorig |
Definition at line 1846 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), and ExecInitBitmapHeapScan().
bool BitmapHeapScanState::initialized |
Definition at line 1856 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMIterator* BitmapHeapScanState::prefetch_iterator |
Definition at line 1852 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
int BitmapHeapScanState::prefetch_maximum |
Definition at line 1855 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapAdjustPrefetchTarget(), BitmapHeapNext(), and ExecInitBitmapHeapScan().
int BitmapHeapScanState::prefetch_pages |
Definition at line 1853 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), and ExecInitBitmapHeapScan().
int BitmapHeapScanState::prefetch_target |
Definition at line 1854 of file execnodes.h.
Referenced by BitmapAdjustPrefetchTarget(), BitmapHeapNext(), BitmapPrefetch(), and ExecInitBitmapHeapScan().
ParallelBitmapHeapState* BitmapHeapScanState::pstate |
Definition at line 1859 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapAdjustPrefetchTarget(), BitmapHeapNext(), BitmapPrefetch(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
Buffer BitmapHeapScanState::pvmbuffer |
Definition at line 1850 of file execnodes.h.
Referenced by BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMSharedIterator* BitmapHeapScanState::shared_prefetch_iterator |
Definition at line 1858 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMSharedIterator* BitmapHeapScanState::shared_tbmiterator |
Definition at line 1857 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
SharedBitmapHeapInstrumentation* BitmapHeapScanState::sinstrument |
Definition at line 1860 of file execnodes.h.
Referenced by ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapRetrieveInstrumentation(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().
ScanState BitmapHeapScanState::ss |
Definition at line 1845 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), BitmapPrefetch(), ExecBitmapHeapEstimate(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecBitmapHeapScan(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
BitmapHeapScanInstrumentation BitmapHeapScanState::stats |
Definition at line 1851 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
TIDBitmap* BitmapHeapScanState::tbm |
Definition at line 1847 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMIterator* BitmapHeapScanState::tbmiterator |
Definition at line 1848 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMIterateResult* BitmapHeapScanState::tbmres |
Definition at line 1849 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().