PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1863 of file execnodes.h.
ExprState* BitmapHeapScanState::bitmapqualorig |
Definition at line 1866 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), and ExecInitBitmapHeapScan().
BlockNumber BitmapHeapScanState::blockno |
Definition at line 1878 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
bool BitmapHeapScanState::initialized |
Definition at line 1874 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
BlockNumber BitmapHeapScanState::prefetch_blockno |
Definition at line 1879 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMIterator BitmapHeapScanState::prefetch_iterator |
Definition at line 1870 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), ExecEndBitmapHeapScan(), and ExecReScanBitmapHeapScan().
int BitmapHeapScanState::prefetch_maximum |
Definition at line 1873 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapAdjustPrefetchTarget(), BitmapHeapNext(), and ExecInitBitmapHeapScan().
int BitmapHeapScanState::prefetch_pages |
Definition at line 1871 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapPrefetch(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
int BitmapHeapScanState::prefetch_target |
Definition at line 1872 of file execnodes.h.
Referenced by BitmapAdjustPrefetchTarget(), BitmapHeapNext(), BitmapPrefetch(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
ParallelBitmapHeapState* BitmapHeapScanState::pstate |
Definition at line 1875 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapAdjustPrefetchTarget(), BitmapHeapNext(), BitmapPrefetch(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
Buffer BitmapHeapScanState::pvmbuffer |
Definition at line 1868 of file execnodes.h.
Referenced by BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
bool BitmapHeapScanState::recheck |
Definition at line 1877 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
SharedBitmapHeapInstrumentation* BitmapHeapScanState::sinstrument |
Definition at line 1876 of file execnodes.h.
Referenced by ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapRetrieveInstrumentation(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().
ScanState BitmapHeapScanState::ss |
Definition at line 1865 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), BitmapPrefetch(), ExecBitmapHeapEstimate(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecBitmapHeapScan(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
BitmapHeapScanInstrumentation BitmapHeapScanState::stats |
Definition at line 1869 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
TIDBitmap* BitmapHeapScanState::tbm |
Definition at line 1867 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().