PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BitmapIndexScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
TIDBitmapbiss_result
 
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
 
IndexScanInstrumentation biss_Instrument
 
SharedIndexScanInstrumentationbiss_SharedInfo
 

Detailed Description

Definition at line 1803 of file execnodes.h.

Field Documentation

◆ biss_ArrayKeys

IndexArrayKeyInfo* BitmapIndexScanState::biss_ArrayKeys

Definition at line 1811 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_Instrument

IndexScanInstrumentation BitmapIndexScanState::biss_Instrument

Definition at line 1817 of file execnodes.h.

Referenced by ExecEndBitmapIndexScan(), and show_indexsearches_info().

◆ biss_NumArrayKeys

int BitmapIndexScanState::biss_NumArrayKeys

Definition at line 1812 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_NumRuntimeKeys

int BitmapIndexScanState::biss_NumRuntimeKeys

Definition at line 1810 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_NumScanKeys

int BitmapIndexScanState::biss_NumScanKeys

Definition at line 1808 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_RelationDesc

Relation BitmapIndexScanState::biss_RelationDesc

Definition at line 1815 of file execnodes.h.

Referenced by ExecEndBitmapIndexScan().

◆ biss_result

TIDBitmap* BitmapIndexScanState::biss_result

Definition at line 1806 of file execnodes.h.

Referenced by MultiExecBitmapIndexScan().

◆ biss_RuntimeContext

ExprContext* BitmapIndexScanState::biss_RuntimeContext

Definition at line 1814 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan().

◆ biss_RuntimeKeys

IndexRuntimeKeyInfo* BitmapIndexScanState::biss_RuntimeKeys

Definition at line 1809 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan().

◆ biss_RuntimeKeysReady

bool BitmapIndexScanState::biss_RuntimeKeysReady

Definition at line 1813 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_ScanDesc

struct IndexScanDescData* BitmapIndexScanState::biss_ScanDesc

◆ biss_ScanKeys

ScanKeyData* BitmapIndexScanState::biss_ScanKeys

Definition at line 1807 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

◆ biss_SharedInfo

◆ ss


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