PostgreSQL Source Code git master
IndexScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
Oid indexid
 
Listindexqual
 
Listindexqualorig
 
Listindexorderby
 
Listindexorderbyorig
 
Listindexorderbyops
 
ScanDirection indexorderdir
 

Detailed Description

Definition at line 533 of file plannodes.h.

Field Documentation

◆ indexid

Oid IndexScan::indexid

Definition at line 537 of file plannodes.h.

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

◆ indexorderby

List* IndexScan::indexorderby

Definition at line 543 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderbyops

List* IndexScan::indexorderbyops

Definition at line 547 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderbyorig

List* IndexScan::indexorderbyorig

Definition at line 545 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderdir

ScanDirection IndexScan::indexorderdir

Definition at line 549 of file plannodes.h.

Referenced by ExplainNode(), and make_indexscan().

◆ indexqual

List* IndexScan::indexqual

Definition at line 539 of file plannodes.h.

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

◆ indexqualorig

List* IndexScan::indexqualorig

Definition at line 541 of file plannodes.h.

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

◆ scan

Scan IndexScan::scan

Definition at line 535 of file plannodes.h.

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


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