|
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 2652 of file pathnodes.h.
| List* RecursiveUnionPath::distinctList |
Definition at line 2657 of file pathnodes.h.
| Path* RecursiveUnionPath::leftpath |
Definition at line 2655 of file pathnodes.h.
| Cardinality RecursiveUnionPath::numGroups |
Definition at line 2659 of file pathnodes.h.
| Path RecursiveUnionPath::path |
Definition at line 2654 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| Path* RecursiveUnionPath::rightpath |
Definition at line 2656 of file pathnodes.h.
| int RecursiveUnionPath::wtParam |
Definition at line 2658 of file pathnodes.h.