|
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 2523 of file pathnodes.h.
| AggStrategy GroupingSetsPath::aggstrategy |
Definition at line 2527 of file pathnodes.h.
Referenced by create_groupingsets_path(), and create_groupingsets_plan().
| Path GroupingSetsPath::path |
Definition at line 2525 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_groupingsets_path(), and create_groupingsets_plan().
| List* GroupingSetsPath::qual |
Definition at line 2529 of file pathnodes.h.
Referenced by create_groupingsets_path(), and create_groupingsets_plan().
| List* GroupingSetsPath::rollups |
Definition at line 2528 of file pathnodes.h.
Referenced by create_groupingsets_path(), and create_groupingsets_plan().
| Path* GroupingSetsPath::subpath |
Definition at line 2526 of file pathnodes.h.
Referenced by create_groupingsets_path(), and create_groupingsets_plan().
| uint64 GroupingSetsPath::transitionSpace |
Definition at line 2530 of file pathnodes.h.
Referenced by create_groupingsets_path(), and create_groupingsets_plan().