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 450 of file plannodes.h.
Oid IndexScan::indexid |
Definition at line 453 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), ExplainNode(), and make_indexscan().
List* IndexScan::indexorderby |
Definition at line 456 of file plannodes.h.
Referenced by ExecInitIndexScan(), and make_indexscan().
List* IndexScan::indexorderbyops |
Definition at line 458 of file plannodes.h.
Referenced by ExecInitIndexScan(), and make_indexscan().
List* IndexScan::indexorderbyorig |
Definition at line 457 of file plannodes.h.
Referenced by ExecInitIndexScan(), and make_indexscan().
ScanDirection IndexScan::indexorderdir |
Definition at line 459 of file plannodes.h.
Referenced by ExplainNode(), and make_indexscan().
List* IndexScan::indexqual |
Definition at line 454 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), and make_indexscan().
List* IndexScan::indexqualorig |
Definition at line 455 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), and make_indexscan().
Scan IndexScan::scan |
Definition at line 452 of file plannodes.h.
Referenced by create_bitmap_subplan(), ExecInitIndexScan(), and make_indexscan().