PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | bitmapquals |
Selectivity | bitmapselectivity |
Definition at line 1762 of file pathnodes.h.
List* BitmapAndPath::bitmapquals |
Definition at line 1765 of file pathnodes.h.
Referenced by cost_bitmap_and_node(), create_bitmap_and_path(), create_bitmap_subplan(), find_indexpath_quals(), get_indexpath_pages(), and reparameterize_path_by_child().
Selectivity BitmapAndPath::bitmapselectivity |
Definition at line 1766 of file pathnodes.h.
Referenced by cost_bitmap_and_node(), and create_bitmap_subplan().
Path BitmapAndPath::path |
Definition at line 1764 of file pathnodes.h.
Referenced by cost_bitmap_and_node(), create_bitmap_and_path(), and create_bitmap_subplan().