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

Field Documentation

◆ aggsplit

AggSplit AggPath::aggsplit

Definition at line 2245 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ aggstrategy

AggStrategy AggPath::aggstrategy

Definition at line 2244 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ groupClause

List* AggPath::groupClause

Definition at line 2248 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ numGroups

Cardinality AggPath::numGroups

Definition at line 2246 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ path

Path AggPath::path

Definition at line 2242 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ qual

List* AggPath::qual

Definition at line 2249 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ subpath

Path* AggPath::subpath

Definition at line 2243 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().

◆ transitionSpace

uint64 AggPath::transitionSpace

Definition at line 2247 of file pathnodes.h.

Referenced by create_agg_path(), and create_agg_plan().


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