Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

IndexScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
Oid indexid
List * indexqual
List * indexqualorig
List * indexorderby
List * indexorderbyorig
ScanDirection indexorderdir

Detailed Description

Definition at line 306 of file plannodes.h.


Field Documentation

Definition at line 309 of file plannodes.h.

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

Definition at line 312 of file plannodes.h.

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

Definition at line 313 of file plannodes.h.

Referenced by make_indexscan(), and set_plan_refs().

Definition at line 314 of file plannodes.h.

Referenced by ExplainNode(), and make_indexscan().


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