Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

BitmapIndexScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
TIDBitmapbiss_result
ScanKey biss_ScanKeys
int biss_NumScanKeys
IndexRuntimeKeyInfobiss_RuntimeKeys
int biss_NumRuntimeKeys
IndexArrayKeyInfobiss_ArrayKeys
int biss_NumArrayKeys
bool biss_RuntimeKeysReady
ExprContextbiss_RuntimeContext
Relation biss_RelationDesc
IndexScanDesc biss_ScanDesc

Detailed Description

Definition at line 1311 of file execnodes.h.


Field Documentation

Definition at line 1319 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

Definition at line 1320 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

Definition at line 1316 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

Definition at line 1323 of file execnodes.h.

Referenced by ExecEndBitmapIndexScan(), and ExecInitBitmapIndexScan().

Definition at line 1314 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().

Definition at line 1322 of file execnodes.h.

Referenced by ExecEndBitmapIndexScan(), and ExecReScanBitmapIndexScan().

Definition at line 1317 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and ExecReScanBitmapIndexScan().

Definition at line 1315 of file execnodes.h.

Referenced by ExecReScanBitmapIndexScan(), and MultiExecBitmapIndexScan().

Definition at line 1313 of file execnodes.h.

Referenced by ExecInitBitmapIndexScan(), and MultiExecBitmapIndexScan().


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