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

Field Documentation

◆ indexid

Oid IndexScan::indexid

Definition at line 452 of file plannodes.h.

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

◆ indexorderby

List* IndexScan::indexorderby

Definition at line 455 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderbyops

List* IndexScan::indexorderbyops

Definition at line 457 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderbyorig

List* IndexScan::indexorderbyorig

Definition at line 456 of file plannodes.h.

Referenced by ExecInitIndexScan(), and make_indexscan().

◆ indexorderdir

ScanDirection IndexScan::indexorderdir

Definition at line 458 of file plannodes.h.

Referenced by ExplainNode(), and make_indexscan().

◆ indexqual

List* IndexScan::indexqual

Definition at line 453 of file plannodes.h.

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

◆ indexqualorig

List* IndexScan::indexqualorig

Definition at line 454 of file plannodes.h.

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

◆ scan

Scan IndexScan::scan

Definition at line 451 of file plannodes.h.

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


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