PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MinMaxAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Listmmaggregates
 
Listquals
 

Detailed Description

Definition at line 2443 of file pathnodes.h.

Field Documentation

◆ mmaggregates

List* MinMaxAggPath::mmaggregates

Definition at line 2446 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().

◆ path

Path MinMaxAggPath::path

◆ quals

List* MinMaxAggPath::quals

Definition at line 2447 of file pathnodes.h.

Referenced by create_minmaxagg_path(), and create_minmaxagg_plan().


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