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

#include <plannodes.h>

Data Fields

Scan scan
 
Oid indexid
 
Listindexqual
 
Listindexqualorig
 
Listindexorderby
 
Listindexorderbyorig
 
Listindexorderbyops
 
ScanDirection indexorderdir
 

Detailed Description

Definition at line 543 of file plannodes.h.

Field Documentation

◆ indexid

Oid IndexScan::indexid

Definition at line 547 of file plannodes.h.

Referenced by create_bitmap_subplan(), ExecInitIndexScan(), ExplainNode(), and make_indexscan().

◆ indexorderby

List* IndexScan::indexorderby

Definition at line 553 of file plannodes.h.

Referenced by ExecInitIndexScan(), make_indexscan(), and set_plan_refs().

◆ indexorderbyops

List* IndexScan::indexorderbyops

Definition at line 557 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderbyorig

List* IndexScan::indexorderbyorig

Definition at line 555 of file plannodes.h.

Referenced by ExecInitIndexScan(), make_indexscan(), and set_plan_refs().

◆ indexorderdir

ScanDirection IndexScan::indexorderdir

Definition at line 559 of file plannodes.h.

Referenced by ExplainNode(), and make_indexscan().

◆ indexqual

List* IndexScan::indexqual

◆ indexqualorig

List* IndexScan::indexqualorig

◆ scan

Scan IndexScan::scan

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