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

Field Documentation

◆ aggstrategy

AggStrategy GroupingSetsPath::aggstrategy

Definition at line 2304 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ path

Path GroupingSetsPath::path

Definition at line 2302 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ qual

List* GroupingSetsPath::qual

Definition at line 2306 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ rollups

List* GroupingSetsPath::rollups

Definition at line 2305 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ subpath

Path* GroupingSetsPath::subpath

Definition at line 2303 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ transitionSpace

uint64 GroupingSetsPath::transitionSpace

Definition at line 2307 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().


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