|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1801 of file execnodes.h.
| IndexArrayKeyInfo* BitmapIndexScanState::biss_ArrayKeys |
Definition at line 1809 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| IndexScanInstrumentation BitmapIndexScanState::biss_Instrument |
Definition at line 1815 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), ExecInitBitmapIndexScan(), and show_indexsearches_info().
| int BitmapIndexScanState::biss_NumArrayKeys |
Definition at line 1810 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| int BitmapIndexScanState::biss_NumRuntimeKeys |
Definition at line 1808 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| int BitmapIndexScanState::biss_NumScanKeys |
Definition at line 1806 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| Relation BitmapIndexScanState::biss_RelationDesc |
Definition at line 1813 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), and ExecInitBitmapIndexScan().
| TIDBitmap* BitmapIndexScanState::biss_result |
Definition at line 1804 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().
| ExprContext* BitmapIndexScanState::biss_RuntimeContext |
Definition at line 1812 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().
| IndexRuntimeKeyInfo* BitmapIndexScanState::biss_RuntimeKeys |
Definition at line 1807 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().
| bool BitmapIndexScanState::biss_RuntimeKeysReady |
Definition at line 1811 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| struct IndexScanDescData* BitmapIndexScanState::biss_ScanDesc |
Definition at line 1814 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| ScanKeyData* BitmapIndexScanState::biss_ScanKeys |
Definition at line 1805 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
| SharedIndexScanInstrumentation* BitmapIndexScanState::biss_SharedInfo |
Definition at line 1816 of file execnodes.h.
Referenced by ExecBitmapIndexScanInitializeDSM(), ExecBitmapIndexScanInitializeWorker(), ExecBitmapIndexScanRetrieveInstrumentation(), ExecEndBitmapIndexScan(), and show_indexsearches_info().
| ScanState BitmapIndexScanState::ss |
Definition at line 1803 of file execnodes.h.
Referenced by ExecBitmapIndexScanEstimate(), ExecBitmapIndexScanInitializeDSM(), ExecBitmapIndexScanInitializeWorker(), ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().