|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| AggStrategy | aggstrategy |
| List * | rollups |
| List * | qual |
| uint64 | transitionSpace |
Definition at line 2601 of file pathnodes.h.
| AggStrategy GroupingSetsPath::aggstrategy |
Definition at line 2605 of file pathnodes.h.
| Path GroupingSetsPath::path |
Definition at line 2603 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* GroupingSetsPath::qual |
Definition at line 2607 of file pathnodes.h.
| List* GroupingSetsPath::rollups |
Definition at line 2606 of file pathnodes.h.
| Path* GroupingSetsPath::subpath |
Definition at line 2604 of file pathnodes.h.
| uint64 GroupingSetsPath::transitionSpace |
Definition at line 2608 of file pathnodes.h.