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