PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
SetOpCmd | cmd |
SetOpStrategy | strategy |
List * | distinctList |
AttrNumber | flagColIdx |
int | firstFlag |
Cardinality | numGroups |
Definition at line 2340 of file pathnodes.h.
SetOpCmd SetOpPath::cmd |
Definition at line 2344 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
List* SetOpPath::distinctList |
Definition at line 2346 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
int SetOpPath::firstFlag |
Definition at line 2348 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
AttrNumber SetOpPath::flagColIdx |
Definition at line 2347 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Cardinality SetOpPath::numGroups |
Definition at line 2349 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path SetOpPath::path |
Definition at line 2342 of file pathnodes.h.
Referenced by create_setop_path().
SetOpStrategy SetOpPath::strategy |
Definition at line 2345 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path* SetOpPath::subpath |
Definition at line 2343 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().