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