PostgreSQL Source Code  git master
MinMaxAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Listmmaggregates
 
Listquals
 

Detailed Description

Definition at line 2295 of file pathnodes.h.

Field Documentation

◆ mmaggregates

List* MinMaxAggPath::mmaggregates

Definition at line 2298 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ path

Path MinMaxAggPath::path

Definition at line 2297 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ quals

List* MinMaxAggPath::quals

Definition at line 2299 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().


The documentation for this struct was generated from the following file: