|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Scan | scan |
| Oid | indexid |
| bool | isshared |
| List * | indexqual |
| List * | indexqualorig |
Definition at line 667 of file plannodes.h.
| Oid BitmapIndexScan::indexid |
Definition at line 671 of file plannodes.h.
Referenced by ExecInitBitmapIndexScan(), ExplainNode(), and make_bitmap_indexscan().
| List* BitmapIndexScan::indexqual |
Definition at line 675 of file plannodes.h.
Referenced by ExecInitBitmapIndexScan(), make_bitmap_indexscan(), and set_plan_refs().
| List* BitmapIndexScan::indexqualorig |
Definition at line 677 of file plannodes.h.
Referenced by make_bitmap_indexscan(), and set_plan_refs().
| bool BitmapIndexScan::isshared |
Definition at line 673 of file plannodes.h.
| Scan BitmapIndexScan::scan |
Definition at line 669 of file plannodes.h.
Referenced by ExecInitBitmapIndexScan(), make_bitmap_indexscan(), and set_plan_refs().