|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | bitmapquals |
| Selectivity | bitmapselectivity |
Definition at line 2055 of file pathnodes.h.
| List* BitmapOrPath::bitmapquals |
Definition at line 2058 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 2059 of file pathnodes.h.
Referenced by cost_bitmap_or_node(), and create_bitmap_subplan().
| Path BitmapOrPath::path |
Definition at line 2057 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), cost_bitmap_or_node(), create_bitmap_or_path(), and create_bitmap_subplan().