PostgreSQL Source Code  git master
BitmapIndexScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
TIDBitmapbiss_result
 
struct ScanKeyDatabiss_ScanKeys
 
int biss_NumScanKeys
 
IndexRuntimeKeyInfobiss_RuntimeKeys
 
int biss_NumRuntimeKeys
 
IndexArrayKeyInfobiss_ArrayKeys
 
int biss_NumArrayKeys
 
bool biss_RuntimeKeysReady
 
ExprContextbiss_RuntimeContext
 
Relation biss_RelationDesc
 
struct IndexScanDescDatabiss_ScanDesc
 

Detailed Description

Definition at line 1730 of file execnodes.h.

Field Documentation

◆ biss_ArrayKeys

IndexArrayKeyInfo* BitmapIndexScanState::biss_ArrayKeys

◆ biss_NumArrayKeys

int BitmapIndexScanState::biss_NumArrayKeys

◆ biss_NumRuntimeKeys

int BitmapIndexScanState::biss_NumRuntimeKeys

◆ biss_NumScanKeys

int BitmapIndexScanState::biss_NumScanKeys

◆ biss_RelationDesc

Relation BitmapIndexScanState::biss_RelationDesc

Definition at line 1742 of file execnodes.h.

Referenced by ExecEndBitmapIndexScan(), and ExecInitBitmapIndexScan().

◆ biss_result

TIDBitmap* BitmapIndexScanState::biss_result

Definition at line 1733 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_RuntimeContext

ExprContext* BitmapIndexScanState::biss_RuntimeContext

Definition at line 1741 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().

◆ biss_RuntimeKeys

IndexRuntimeKeyInfo* BitmapIndexScanState::biss_RuntimeKeys

Definition at line 1736 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().

◆ biss_RuntimeKeysReady

bool BitmapIndexScanState::biss_RuntimeKeysReady

◆ biss_ScanDesc

struct IndexScanDescData* BitmapIndexScanState::biss_ScanDesc

◆ biss_ScanKeys

struct ScanKeyData* BitmapIndexScanState::biss_ScanKeys

◆ ss

ScanState BitmapIndexScanState::ss

Definition at line 1732 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().


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