|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1840 of file execnodes.h.
| IndexArrayKeyInfo* BitmapIndexScanState::biss_ArrayKeys |
Definition at line 1848 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| IndexScanInstrumentation* BitmapIndexScanState::biss_Instrument |
Definition at line 1854 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), and show_indexsearches_info().
| int BitmapIndexScanState::biss_NumArrayKeys |
Definition at line 1849 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| int BitmapIndexScanState::biss_NumRuntimeKeys |
Definition at line 1847 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| int BitmapIndexScanState::biss_NumScanKeys |
Definition at line 1845 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| Relation BitmapIndexScanState::biss_RelationDesc |
Definition at line 1852 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan().
| TIDBitmap* BitmapIndexScanState::biss_result |
Definition at line 1843 of file execnodes.h.
Referenced by MultiExecBitmapIndexScan().
| ExprContext* BitmapIndexScanState::biss_RuntimeContext |
Definition at line 1851 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan().
| IndexRuntimeKeyInfo* BitmapIndexScanState::biss_RuntimeKeys |
Definition at line 1846 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan().
| bool BitmapIndexScanState::biss_RuntimeKeysReady |
Definition at line 1850 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| struct IndexScanDescData* BitmapIndexScanState::biss_ScanDesc |
Definition at line 1853 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| ScanKeyData* BitmapIndexScanState::biss_ScanKeys |
Definition at line 1844 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| SharedIndexScanInstrumentation* BitmapIndexScanState::biss_SharedInfo |
Definition at line 1855 of file execnodes.h.
Referenced by ExecBitmapIndexScanInitializeDSM(), ExecBitmapIndexScanInitializeWorker(), ExecBitmapIndexScanRetrieveInstrumentation(), and ExecEndBitmapIndexScan().
| ScanState BitmapIndexScanState::ss |
Definition at line 1842 of file execnodes.h.
Referenced by ExecBitmapIndexScanEstimate(), ExecBitmapIndexScanInitializeDSM(), ExecBitmapIndexScanInitializeWorker(), and MultiExecBitmapIndexScan().