PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | bitmapquals |
Selectivity | bitmapselectivity |
Definition at line 1775 of file pathnodes.h.
List* BitmapOrPath::bitmapquals |
Definition at line 1778 of file pathnodes.h.
Referenced by cost_bitmap_or_node(), create_bitmap_or_path(), create_bitmap_subplan(), find_indexpath_quals(), get_indexpath_pages(), and reparameterize_path_by_child().
Selectivity BitmapOrPath::bitmapselectivity |
Definition at line 1779 of file pathnodes.h.
Referenced by cost_bitmap_or_node(), and create_bitmap_subplan().
Path BitmapOrPath::path |
Definition at line 1777 of file pathnodes.h.
Referenced by cost_bitmap_or_node(), create_bitmap_or_path(), and create_bitmap_subplan().