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