PostgreSQL Source Code: SetOpPath Struct Reference (original) (raw)
#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| Path | path |
| Path * | leftpath |
| Path * | rightpath |
| SetOpCmd | cmd |
| SetOpStrategy | strategy |
| List * | groupList |
| Cardinality | numGroups |
Detailed Description
Definition at line 2560 of file pathnodes.h.
Field Documentation
◆ cmd
SetOpCmd SetOpPath::cmd
Definition at line 2565 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ groupList
List* SetOpPath::groupList
Definition at line 2567 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ leftpath
Path* SetOpPath::leftpath
Definition at line 2563 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ numGroups
Cardinality SetOpPath::numGroups
Definition at line 2568 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ path
Path SetOpPath::path
Definition at line 2562 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_setop_path(), and create_setop_plan().
◆ rightpath
Path* SetOpPath::rightpath
Definition at line 2564 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ strategy
SetOpStrategy SetOpPath::strategy
Definition at line 2566 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
The documentation for this struct was generated from the following file:
- src/include/nodes/pathnodes.h