PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
List * | bitmapqualorig |
Definition at line 539 of file plannodes.h.
List* BitmapHeapScan::bitmapqualorig |
Definition at line 542 of file plannodes.h.
Referenced by ExecInitBitmapHeapScan(), and make_bitmap_heapscan().
Scan BitmapHeapScan::scan |
Definition at line 541 of file plannodes.h.
Referenced by create_bitmap_scan_plan(), ExecInitBitmapHeapScan(), and make_bitmap_heapscan().