PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 1492 of file execnodes.h.
IndexArrayKeyInfo* BitmapIndexScanState::biss_ArrayKeys |
Definition at line 1500 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
int BitmapIndexScanState::biss_NumArrayKeys |
Definition at line 1501 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
int BitmapIndexScanState::biss_NumRuntimeKeys |
Definition at line 1499 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
int BitmapIndexScanState::biss_NumScanKeys |
Definition at line 1497 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
Relation BitmapIndexScanState::biss_RelationDesc |
Definition at line 1504 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), and ExecInitBitmapIndexScan().
TIDBitmap* BitmapIndexScanState::biss_result |
Definition at line 1495 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().
ExprContext* BitmapIndexScanState::biss_RuntimeContext |
Definition at line 1503 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), and ExecReScanBitmapIndexScan().
IndexRuntimeKeyInfo* BitmapIndexScanState::biss_RuntimeKeys |
Definition at line 1498 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().
bool BitmapIndexScanState::biss_RuntimeKeysReady |
Definition at line 1502 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
struct IndexScanDescData* BitmapIndexScanState::biss_ScanDesc |
Definition at line 1505 of file execnodes.h.
Referenced by ExecEndBitmapIndexScan(), ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
struct ScanKeyData* BitmapIndexScanState::biss_ScanKeys |
Definition at line 1496 of file execnodes.h.
Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().
ScanState BitmapIndexScanState::ss |
Definition at line 1494 of file execnodes.h.
Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().