|
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 2668 of file pathnodes.h.
| List* RecursiveUnionPath::distinctList |
Definition at line 2673 of file pathnodes.h.
| Path* RecursiveUnionPath::leftpath |
Definition at line 2671 of file pathnodes.h.
| Cardinality RecursiveUnionPath::numGroups |
Definition at line 2675 of file pathnodes.h.
| Path RecursiveUnionPath::path |
Definition at line 2670 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| Path* RecursiveUnionPath::rightpath |
Definition at line 2672 of file pathnodes.h.
| int RecursiveUnionPath::wtParam |
Definition at line 2674 of file pathnodes.h.