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