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

#include <pathnodes.h>

Data Fields

QualCost transCost
 
QualCost finalCost
 
Size transitionSpace
 

Detailed Description

Definition at line 131 of file pathnodes.h.

Field Documentation

◆ finalCost

QualCost AggClauseCosts::finalCost

Definition at line 134 of file pathnodes.h.

Referenced by get_agg_clause_costs().

◆ transCost

QualCost AggClauseCosts::transCost

Definition at line 133 of file pathnodes.h.

Referenced by get_agg_clause_costs().

◆ transitionSpace

Size AggClauseCosts::transitionSpace

Definition at line 135 of file pathnodes.h.

Referenced by get_agg_clause_costs().


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