PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 1736 of file execnodes.h.
IndexArrayKeyInfo* BitmapIndexScanState::biss_ArrayKeys |
Definition at line 1744 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
int BitmapIndexScanState::biss_NumArrayKeys |
Definition at line 1745 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
int BitmapIndexScanState::biss_NumRuntimeKeys |
Definition at line 1743 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
int BitmapIndexScanState::biss_NumScanKeys |
Definition at line 1741 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
Relation BitmapIndexScanState::biss_RelationDesc |
Definition at line 1748 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), and ExecInitBitmapIndexScan().
TIDBitmap* BitmapIndexScanState::biss_result |
Definition at line 1739 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().
ExprContext* BitmapIndexScanState::biss_RuntimeContext |
Definition at line 1747 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().
IndexRuntimeKeyInfo* BitmapIndexScanState::biss_RuntimeKeys |
Definition at line 1742 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().
bool BitmapIndexScanState::biss_RuntimeKeysReady |
Definition at line 1746 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
struct IndexScanDescData* BitmapIndexScanState::biss_ScanDesc |
Definition at line 1749 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
struct ScanKeyData* BitmapIndexScanState::biss_ScanKeys |
Definition at line 1740 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
ScanState BitmapIndexScanState::ss |
Definition at line 1738 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().