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