|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | bitmapquals |
| Selectivity | bitmapselectivity |
Definition at line 2120 of file pathnodes.h.
| List* BitmapAndPath::bitmapquals |
Definition at line 2123 of file pathnodes.h.
Referenced by cost_bitmap_and_node().
| Selectivity BitmapAndPath::bitmapselectivity |
Definition at line 2124 of file pathnodes.h.
Referenced by cost_bitmap_and_node().
| Path BitmapAndPath::path |
Definition at line 2122 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and cost_bitmap_and_node().