PostgreSQL Source Code git master
Loading...
Searching...
No Matches
GroupingSetsPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
AggStrategy aggstrategy
 
Listrollups
 
Listqual
 
uint64 transitionSpace
 

Detailed Description

Definition at line 2601 of file pathnodes.h.

Field Documentation

◆ aggstrategy

AggStrategy GroupingSetsPath::aggstrategy

Definition at line 2605 of file pathnodes.h.

◆ path

Path GroupingSetsPath::path

Definition at line 2603 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ qual

List* GroupingSetsPath::qual

Definition at line 2607 of file pathnodes.h.

◆ rollups

List* GroupingSetsPath::rollups

Definition at line 2606 of file pathnodes.h.

◆ subpath

Path* GroupingSetsPath::subpath

Definition at line 2604 of file pathnodes.h.

◆ transitionSpace

uint64 GroupingSetsPath::transitionSpace

Definition at line 2608 of file pathnodes.h.


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