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 2475 of file pathnodes.h.
Field Documentation
◆ cmd
SetOpCmd SetOpPath::cmd
Definition at line 2480 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ groupList
List* SetOpPath::groupList
Definition at line 2482 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ leftpath
Path* SetOpPath::leftpath
Definition at line 2478 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ numGroups
Cardinality SetOpPath::numGroups
Definition at line 2483 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ path
Path SetOpPath::path
Definition at line 2477 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 2479 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
◆ strategy
SetOpStrategy SetOpPath::strategy
Definition at line 2481 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