PostgreSQL Source Code  git master
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 2251 of file pathnodes.h.

Field Documentation

◆ aggsplit

AggSplit AggPath::aggsplit

Definition at line 2256 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ aggstrategy

AggStrategy AggPath::aggstrategy

Definition at line 2255 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ groupClause

List* AggPath::groupClause

Definition at line 2259 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ numGroups

Cardinality AggPath::numGroups

Definition at line 2257 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ path

Path AggPath::path

Definition at line 2253 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ qual

List* AggPath::qual

Definition at line 2260 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ subpath

Path* AggPath::subpath

Definition at line 2254 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ transitionSpace

uint64 AggPath::transitionSpace

Definition at line 2258 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().


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