PostgreSQL Source Code  git master
MinMaxAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Listmmaggregates
 
Listquals
 

Detailed Description

Definition at line 2318 of file pathnodes.h.

Field Documentation

◆ mmaggregates

List* MinMaxAggPath::mmaggregates

Definition at line 2321 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ path

Path MinMaxAggPath::path

Definition at line 2320 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ quals

List* MinMaxAggPath::quals

Definition at line 2322 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().


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