PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
Oid | indexid |
bool | isshared |
List * | indexqual |
List * | indexqualorig |
Definition at line 521 of file plannodes.h.
Oid BitmapIndexScan::indexid |
Definition at line 524 of file plannodes.h.
Referenced by ExecInitBitmapIndexScan(), ExplainNode(), and make_bitmap_indexscan().
List* BitmapIndexScan::indexqual |
Definition at line 526 of file plannodes.h.
Referenced by ExecInitBitmapIndexScan(), and make_bitmap_indexscan().
List* BitmapIndexScan::indexqualorig |
Definition at line 527 of file plannodes.h.
Referenced by make_bitmap_indexscan().
bool BitmapIndexScan::isshared |
Definition at line 525 of file plannodes.h.
Scan BitmapIndexScan::scan |
Definition at line 523 of file plannodes.h.
Referenced by ExecInitBitmapIndexScan(), and make_bitmap_indexscan().