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