PostgreSQL Source Code: BitmapIndexScanState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

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
IndexScanInstrumentation biss_Instrument
SharedIndexScanInstrumentation * biss_SharedInfo

Definition at line 1792 of file execnodes.h.

biss_ArrayKeys

biss_Instrument

biss_NumArrayKeys

int BitmapIndexScanState::biss_NumArrayKeys

biss_NumRuntimeKeys

int BitmapIndexScanState::biss_NumRuntimeKeys

biss_NumScanKeys

int BitmapIndexScanState::biss_NumScanKeys

biss_RelationDesc

Relation BitmapIndexScanState::biss_RelationDesc

biss_result

biss_RuntimeContext

biss_RuntimeKeys

biss_RuntimeKeysReady

bool BitmapIndexScanState::biss_RuntimeKeysReady

biss_ScanDesc

biss_ScanKeys

struct ScanKeyData* BitmapIndexScanState::biss_ScanKeys

biss_SharedInfo

ss


The documentation for this struct was generated from the following file: