|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | mmaggregates |
| List * | quals |
Definition at line 2536 of file pathnodes.h.
| List* MinMaxAggPath::mmaggregates |
Definition at line 2539 of file pathnodes.h.
Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().
| Path MinMaxAggPath::path |
Definition at line 2538 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_minmaxagg_path(), and create_minmaxagg_plan().
| List* MinMaxAggPath::quals |
Definition at line 2540 of file pathnodes.h.
Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().