PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 1725 of file execnodes.h.
ExprState* BitmapHeapScanState::bitmapqualorig |
Definition at line 1728 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), and ExecInitBitmapHeapScan().
bool BitmapHeapScanState::can_skip_fetch |
Definition at line 1732 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapPrefetch(), and ExecInitBitmapHeapScan().
long BitmapHeapScanState::exact_pages |
Definition at line 1736 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
bool BitmapHeapScanState::initialized |
Definition at line 1743 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
long BitmapHeapScanState::lossy_pages |
Definition at line 1737 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecInitBitmapHeapScan(), and show_tidbitmap_info().
TBMIterator* BitmapHeapScanState::prefetch_iterator |
Definition at line 1738 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
int BitmapHeapScanState::prefetch_maximum |
Definition at line 1741 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapAdjustPrefetchTarget(), BitmapHeapNext(), and ExecInitBitmapHeapScan().
int BitmapHeapScanState::prefetch_pages |
Definition at line 1739 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), and ExecInitBitmapHeapScan().
int BitmapHeapScanState::prefetch_target |
Definition at line 1740 of file execnodes.h.
Referenced by BitmapAdjustPrefetchTarget(), BitmapHeapNext(), BitmapPrefetch(), and ExecInitBitmapHeapScan().
Size BitmapHeapScanState::pscan_len |
Definition at line 1742 of file execnodes.h.
Referenced by ExecBitmapHeapEstimate(), ExecBitmapHeapInitializeDSM(), and ExecInitBitmapHeapScan().
ParallelBitmapHeapState* BitmapHeapScanState::pstate |
Definition at line 1746 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapAdjustPrefetchTarget(), BitmapHeapNext(), BitmapPrefetch(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), and ExecInitBitmapHeapScan().
Buffer BitmapHeapScanState::pvmbuffer |
Definition at line 1735 of file execnodes.h.
Referenced by BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
int BitmapHeapScanState::return_empty_tuples |
Definition at line 1733 of file execnodes.h.
Referenced by BitmapHeapNext(), and ExecInitBitmapHeapScan().
TBMSharedIterator* BitmapHeapScanState::shared_prefetch_iterator |
Definition at line 1745 of file execnodes.h.
Referenced by BitmapAdjustPrefetchIterator(), BitmapHeapNext(), BitmapPrefetch(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMSharedIterator* BitmapHeapScanState::shared_tbmiterator |
Definition at line 1744 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
ScanState BitmapHeapScanState::ss |
Definition at line 1727 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapHeapRecheck(), BitmapPrefetch(), ExecBitmapHeapEstimate(), ExecBitmapHeapInitializeDSM(), ExecBitmapHeapInitializeWorker(), ExecBitmapHeapReInitializeDSM(), ExecBitmapHeapScan(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TIDBitmap* BitmapHeapScanState::tbm |
Definition at line 1729 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMIterator* BitmapHeapScanState::tbmiterator |
Definition at line 1730 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
TBMIterateResult* BitmapHeapScanState::tbmres |
Definition at line 1731 of file execnodes.h.
Referenced by BitmapHeapNext(), BitmapPrefetch(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().
Buffer BitmapHeapScanState::vmbuffer |
Definition at line 1734 of file execnodes.h.
Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), ExecInitBitmapHeapScan(), and ExecReScanBitmapHeapScan().