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 2297 of file pathnodes.h.
SetOpCmd SetOpPath::cmd |
Definition at line 2301 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
List* SetOpPath::distinctList |
Definition at line 2303 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
int SetOpPath::firstFlag |
Definition at line 2305 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
AttrNumber SetOpPath::flagColIdx |
Definition at line 2304 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Cardinality SetOpPath::numGroups |
Definition at line 2306 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path SetOpPath::path |
Definition at line 2299 of file pathnodes.h.
Referenced by create_setop_path().
SetOpStrategy SetOpPath::strategy |
Definition at line 2302 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().
Path* SetOpPath::subpath |
Definition at line 2300 of file pathnodes.h.
Referenced by create_setop_path(), and create_setop_plan().