|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | leftpath |
| Path * | rightpath |
| SetOpCmd | cmd |
| SetOpStrategy | strategy |
| List * | groupList |
| Cardinality | numGroups |
Definition at line 2559 of file pathnodes.h.
| SetOpCmd SetOpPath::cmd |
Definition at line 2564 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
| List* SetOpPath::groupList |
Definition at line 2566 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
| Path* SetOpPath::leftpath |
Definition at line 2562 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
| Cardinality SetOpPath::numGroups |
Definition at line 2567 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
| Path SetOpPath::path |
Definition at line 2561 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_setop_path(), and create_setop_plan().
| Path* SetOpPath::rightpath |
Definition at line 2563 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
| SetOpStrategy SetOpPath::strategy |
Definition at line 2565 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().