PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | bitmapqual |
Definition at line 1750 of file pathnodes.h.
Path* BitmapHeapPath::bitmapqual |
Definition at line 1753 of file pathnodes.h.
Referenced by bitmap_scan_cost_est(), create_bitmap_heap_path(), create_bitmap_scan_plan(), reparameterize_path(), and reparameterize_path_by_child().
Path BitmapHeapPath::path |
Definition at line 1752 of file pathnodes.h.
Referenced by bitmap_scan_cost_est(), create_bitmap_heap_path(), and create_bitmap_scan_plan().