PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | bitmapquals |
Selectivity | bitmapselectivity |
Definition at line 1806 of file pathnodes.h.
List* BitmapAndPath::bitmapquals |
Definition at line 1809 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 1810 of file pathnodes.h.
Referenced by cost_bitmap_and_node(), and create_bitmap_subplan().
Path BitmapAndPath::path |
Definition at line 1808 of file pathnodes.h.
Referenced by cost_bitmap_and_node(), create_bitmap_and_path(), and create_bitmap_subplan().