PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IndexOnlyScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
Oid indexid
 
Listindexqual
 
Listrecheckqual
 
Listindexorderby
 
Listindextlist
 
ScanDirection indexorderdir
 

Detailed Description

Definition at line 586 of file plannodes.h.

Field Documentation

◆ indexid

Oid IndexOnlyScan::indexid

Definition at line 590 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), ExplainNode(), and make_indexonlyscan().

◆ indexorderby

List* IndexOnlyScan::indexorderby

Definition at line 596 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ indexorderdir

ScanDirection IndexOnlyScan::indexorderdir

Definition at line 600 of file plannodes.h.

Referenced by ExplainNode(), and make_indexonlyscan().

◆ indexqual

List* IndexOnlyScan::indexqual

Definition at line 592 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ indextlist

List* IndexOnlyScan::indextlist

Definition at line 598 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ recheckqual

List* IndexOnlyScan::recheckqual

Definition at line 594 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ scan

Scan IndexOnlyScan::scan

Definition at line 588 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().


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