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