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 2282 of file pathnodes.h.

Field Documentation

◆ aggstrategy

AggStrategy GroupingSetsPath::aggstrategy

Definition at line 2286 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ path

Path GroupingSetsPath::path

Definition at line 2284 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ qual

List* GroupingSetsPath::qual

Definition at line 2288 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ rollups

List* GroupingSetsPath::rollups

Definition at line 2287 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ subpath

Path* GroupingSetsPath::subpath

Definition at line 2285 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ transitionSpace

uint64 GroupingSetsPath::transitionSpace

Definition at line 2289 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().


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