PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
AggStrategy | aggstrategy |
AggSplit | aggsplit |
Cardinality | numGroups |
uint64 | transitionSpace |
List * | groupClause |
List * | qual |
Definition at line 2388 of file pathnodes.h.
AggSplit AggPath::aggsplit |
Definition at line 2393 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().
AggStrategy AggPath::aggstrategy |
Definition at line 2392 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().
List* AggPath::groupClause |
Definition at line 2396 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().
Cardinality AggPath::numGroups |
Definition at line 2394 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().
Path AggPath::path |
Definition at line 2390 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_agg_path(), and create_agg_plan().
List* AggPath::qual |
Definition at line 2397 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().
Path* AggPath::subpath |
Definition at line 2391 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().
uint64 AggPath::transitionSpace |
Definition at line 2395 of file pathnodes.h.
Referenced by create_agg_path(), and create_agg_plan().