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 593 of file plannodes.h.

Field Documentation

◆ indexid

Oid IndexOnlyScan::indexid

Definition at line 597 of file plannodes.h.

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

◆ indexorderby

List* IndexOnlyScan::indexorderby

Definition at line 603 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ indexorderdir

ScanDirection IndexOnlyScan::indexorderdir

Definition at line 607 of file plannodes.h.

Referenced by ExplainNode(), and make_indexonlyscan().

◆ indexqual

List* IndexOnlyScan::indexqual

Definition at line 599 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ indextlist

List* IndexOnlyScan::indextlist

Definition at line 605 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ recheckqual

List* IndexOnlyScan::recheckqual

Definition at line 601 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().

◆ scan

Scan IndexOnlyScan::scan

Definition at line 595 of file plannodes.h.

Referenced by ExecInitIndexOnlyScan(), and make_indexonlyscan().


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