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