PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | mmaggregates |
List * | quals |
Definition at line 2307 of file pathnodes.h.
List* MinMaxAggPath::mmaggregates |
Definition at line 2310 of file pathnodes.h.
Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().
Path MinMaxAggPath::path |
Definition at line 2309 of file pathnodes.h.
Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().
List* MinMaxAggPath::quals |
Definition at line 2311 of file pathnodes.h.
Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().