|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | bitmapquals |
| Selectivity | bitmapselectivity |
Definition at line 2042 of file pathnodes.h.
| List* BitmapAndPath::bitmapquals |
Definition at line 2045 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 2046 of file pathnodes.h.
Referenced by cost_bitmap_and_node(), and create_bitmap_subplan().
| Path BitmapAndPath::path |
Definition at line 2044 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), cost_bitmap_and_node(), create_bitmap_and_path(), and create_bitmap_subplan().