|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | leftpath |
| Path * | rightpath |
| List * | distinctList |
| int | wtParam |
| Cardinality | numGroups |
Definition at line 2574 of file pathnodes.h.
| List* RecursiveUnionPath::distinctList |
Definition at line 2579 of file pathnodes.h.
Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().
| Path* RecursiveUnionPath::leftpath |
Definition at line 2577 of file pathnodes.h.
Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().
| Cardinality RecursiveUnionPath::numGroups |
Definition at line 2581 of file pathnodes.h.
Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().
| Path RecursiveUnionPath::path |
Definition at line 2576 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_recursiveunion_path(), and create_recursiveunion_plan().
| Path* RecursiveUnionPath::rightpath |
Definition at line 2578 of file pathnodes.h.
Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().
| int RecursiveUnionPath::wtParam |
Definition at line 2580 of file pathnodes.h.
Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().