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 2467 of file pathnodes.h.
SetOpCmd SetOpPath::cmd |
Definition at line 2472 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
List* SetOpPath::groupList |
Definition at line 2474 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path* SetOpPath::leftpath |
Definition at line 2470 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Cardinality SetOpPath::numGroups |
Definition at line 2475 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path SetOpPath::path |
Definition at line 2469 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_setop_path(), and create_setop_plan().
Path* SetOpPath::rightpath |
Definition at line 2471 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
SetOpStrategy SetOpPath::strategy |
Definition at line 2473 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().