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