PostgreSQL Source Code  git master
MinMaxAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Listmmaggregates
 
Listquals
 

Detailed Description

Definition at line 2306 of file pathnodes.h.

Field Documentation

◆ mmaggregates

List* MinMaxAggPath::mmaggregates

Definition at line 2309 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ path

Path MinMaxAggPath::path

Definition at line 2308 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ quals

List* MinMaxAggPath::quals

Definition at line 2310 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().


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