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

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
AggStrategy aggstrategy
 
AggSplit aggsplit
 
Cardinality numGroups
 
uint64 transitionSpace
 
ListgroupClause
 
Listqual
 

Detailed Description

Definition at line 2559 of file pathnodes.h.

Field Documentation

◆ aggsplit

AggSplit AggPath::aggsplit

Definition at line 2564 of file pathnodes.h.

◆ aggstrategy

AggStrategy AggPath::aggstrategy

Definition at line 2563 of file pathnodes.h.

◆ groupClause

List* AggPath::groupClause

Definition at line 2567 of file pathnodes.h.

◆ numGroups

Cardinality AggPath::numGroups

Definition at line 2565 of file pathnodes.h.

◆ path

Path AggPath::path

Definition at line 2561 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ qual

List* AggPath::qual

Definition at line 2568 of file pathnodes.h.

◆ subpath

Path* AggPath::subpath

Definition at line 2562 of file pathnodes.h.

◆ transitionSpace

uint64 AggPath::transitionSpace

Definition at line 2566 of file pathnodes.h.


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