|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| List * | groupClause |
| List * | qual |
Definition at line 2453 of file pathnodes.h.
| List* GroupPath::groupClause |
Definition at line 2457 of file pathnodes.h.
Referenced by create_group_path(), and create_group_plan().
| Path GroupPath::path |
Definition at line 2455 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_group_path(), and create_group_plan().
| List* GroupPath::qual |
Definition at line 2458 of file pathnodes.h.
Referenced by create_group_path(), and create_group_plan().
| Path* GroupPath::subpath |
Definition at line 2456 of file pathnodes.h.
Referenced by create_group_path(), and create_group_plan().