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

Field Documentation

◆ aggstrategy

AggStrategy GroupingSetsPath::aggstrategy

Definition at line 2527 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ path

Path GroupingSetsPath::path

◆ qual

List* GroupingSetsPath::qual

Definition at line 2529 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ rollups

List* GroupingSetsPath::rollups

Definition at line 2528 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ subpath

Path* GroupingSetsPath::subpath

Definition at line 2526 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().

◆ transitionSpace

uint64 GroupingSetsPath::transitionSpace

Definition at line 2530 of file pathnodes.h.

Referenced by create_groupingsets_path(), and create_groupingsets_plan().


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