Header And Logo

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

Data Fields

IndexScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
Listindexqualorig
ScanKey iss_ScanKeys
int iss_NumScanKeys
ScanKey iss_OrderByKeys
int iss_NumOrderByKeys
IndexRuntimeKeyInfoiss_RuntimeKeys
int iss_NumRuntimeKeys
bool iss_RuntimeKeysReady
ExprContextiss_RuntimeContext
Relation iss_RelationDesc
IndexScanDesc iss_ScanDesc

Detailed Description

Definition at line 1243 of file execnodes.h.


Field Documentation

Definition at line 1246 of file execnodes.h.

Referenced by ExecInitIndexScan(), IndexNext(), and IndexRecheck().

Definition at line 1250 of file execnodes.h.

Referenced by ExecReScanIndexScan().

Definition at line 1252 of file execnodes.h.

Referenced by ExecIndexScan(), ExecInitIndexScan(), and ExecReScanIndexScan().

Definition at line 1248 of file execnodes.h.

Referenced by ExecReScanIndexScan().

Definition at line 1249 of file execnodes.h.

Referenced by ExecReScanIndexScan().

Definition at line 1255 of file execnodes.h.

Referenced by ExecEndIndexScan(), and ExecInitIndexScan().

Definition at line 1254 of file execnodes.h.

Referenced by ExecEndIndexScan(), and ExecReScanIndexScan().

Definition at line 1251 of file execnodes.h.

Referenced by ExecInitIndexScan(), and ExecReScanIndexScan().

Definition at line 1253 of file execnodes.h.

Referenced by ExecIndexScan(), ExecInitIndexScan(), and ExecReScanIndexScan().

Definition at line 1247 of file execnodes.h.

Referenced by ExecReScanIndexScan().


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