PostgreSQL Source Code git master
GroupingSetsPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
AggStrategy aggstrategy
 
Listrollups
 
Listqual
 
uint64 transitionSpace
 

Detailed Description

Definition at line 2332 of file pathnodes.h.

Field Documentation

◆ aggstrategy

AggStrategy GroupingSetsPath::aggstrategy

Definition at line 2336 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ path

Path GroupingSetsPath::path

◆ qual

List* GroupingSetsPath::qual

Definition at line 2338 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ rollups

List* GroupingSetsPath::rollups

Definition at line 2337 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ subpath

Path* GroupingSetsPath::subpath

Definition at line 2335 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ transitionSpace

uint64 GroupingSetsPath::transitionSpace

Definition at line 2339 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().


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