Header And Logo

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

Data Fields

IndexOnlyScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
Listindexqual
ScanKey ioss_ScanKeys
int ioss_NumScanKeys
ScanKey ioss_OrderByKeys
int ioss_NumOrderByKeys
IndexRuntimeKeyInfoioss_RuntimeKeys
int ioss_NumRuntimeKeys
bool ioss_RuntimeKeysReady
ExprContextioss_RuntimeContext
Relation ioss_RelationDesc
IndexScanDesc ioss_ScanDesc
Buffer ioss_VMBuffer
long ioss_HeapFetches

Detailed Description

Definition at line 1277 of file execnodes.h.


Field Documentation

Definition at line 1280 of file execnodes.h.

Referenced by ExecInitIndexOnlyScan(), and IndexOnlyNext().

Definition at line 1292 of file execnodes.h.

Referenced by ExecInitIndexOnlyScan(), and IndexOnlyNext().

Definition at line 1284 of file execnodes.h.

Referenced by ExecReScanIndexOnlyScan().

Definition at line 1286 of file execnodes.h.

Referenced by ExecIndexOnlyScan(), ExecInitIndexOnlyScan(), and ExecReScanIndexOnlyScan().

Definition at line 1282 of file execnodes.h.

Referenced by ExecReScanIndexOnlyScan().

Definition at line 1283 of file execnodes.h.

Referenced by ExecReScanIndexOnlyScan().

Definition at line 1289 of file execnodes.h.

Referenced by ExecEndIndexOnlyScan(), and ExecInitIndexOnlyScan().

Definition at line 1288 of file execnodes.h.

Referenced by ExecEndIndexOnlyScan(), and ExecReScanIndexOnlyScan().

Definition at line 1285 of file execnodes.h.

Referenced by ExecInitIndexOnlyScan(), and ExecReScanIndexOnlyScan().

Definition at line 1287 of file execnodes.h.

Referenced by ExecIndexOnlyScan(), ExecInitIndexOnlyScan(), and ExecReScanIndexOnlyScan().

Definition at line 1281 of file execnodes.h.

Referenced by ExecReScanIndexOnlyScan().

Definition at line 1291 of file execnodes.h.

Referenced by ExecEndIndexOnlyScan(), and IndexOnlyNext().


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