PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
Oid | indexid |
List * | indexqual |
List * | indexqualorig |
List * | indexorderby |
List * | indexorderbyorig |
List * | indexorderbyops |
ScanDirection | indexorderdir |
Definition at line 533 of file plannodes.h.
Oid IndexScan::indexid |
Definition at line 537 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), ExplainNode(), and make_indexscan().
List* IndexScan::indexorderby |
Definition at line 543 of file plannodes.h.
Referenced by ExecInitIndexScan(), and make_indexscan().
List* IndexScan::indexorderbyops |
Definition at line 547 of file plannodes.h.
Referenced by ExecInitIndexScan(), and make_indexscan().
List* IndexScan::indexorderbyorig |
Definition at line 545 of file plannodes.h.
Referenced by ExecInitIndexScan(), and make_indexscan().
ScanDirection IndexScan::indexorderdir |
Definition at line 549 of file plannodes.h.
Referenced by ExplainNode(), and make_indexscan().
List* IndexScan::indexqual |
Definition at line 539 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), and make_indexscan().
List* IndexScan::indexqualorig |
Definition at line 541 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), and make_indexscan().
Scan IndexScan::scan |
Definition at line 535 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), and make_indexscan().