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 2361 of file pathnodes.h.
SetOpCmd SetOpPath::cmd |
Definition at line 2366 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
List* SetOpPath::groupList |
Definition at line 2368 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path* SetOpPath::leftpath |
Definition at line 2364 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Cardinality SetOpPath::numGroups |
Definition at line 2369 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path SetOpPath::path |
Definition at line 2363 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path* SetOpPath::rightpath |
Definition at line 2365 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
SetOpStrategy SetOpPath::strategy |
Definition at line 2367 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().