PostgreSQL Source Code  git master
AggClauseCosts Struct Reference

#include <pathnodes.h>

Data Fields

QualCost transCost
 
QualCost finalCost
 
Size transitionSpace
 

Detailed Description

Definition at line 58 of file pathnodes.h.

Field Documentation

◆ finalCost

QualCost AggClauseCosts::finalCost

Definition at line 61 of file pathnodes.h.

Referenced by cost_agg(), estimate_path_cost_size(), and get_agg_clause_costs().

◆ transCost

QualCost AggClauseCosts::transCost

Definition at line 60 of file pathnodes.h.

Referenced by cost_agg(), estimate_path_cost_size(), and get_agg_clause_costs().

◆ transitionSpace

Size AggClauseCosts::transitionSpace

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