|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | bitmapquals |
| Selectivity | bitmapselectivity |
Definition at line 2133 of file pathnodes.h.
| List* BitmapOrPath::bitmapquals |
Definition at line 2136 of file pathnodes.h.
Referenced by cost_bitmap_or_node().
| Selectivity BitmapOrPath::bitmapselectivity |
Definition at line 2137 of file pathnodes.h.
Referenced by cost_bitmap_or_node().
| Path BitmapOrPath::path |
Definition at line 2135 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and cost_bitmap_or_node().