PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
QualCost | transCost |
QualCost | finalCost |
Size | transitionSpace |
Definition at line 58 of file pathnodes.h.
QualCost AggClauseCosts::finalCost |
Definition at line 61 of file pathnodes.h.
Referenced by cost_agg(), estimate_path_cost_size(), and get_agg_clause_costs().
QualCost AggClauseCosts::transCost |
Definition at line 60 of file pathnodes.h.
Referenced by cost_agg(), estimate_path_cost_size(), and get_agg_clause_costs().
Size AggClauseCosts::transitionSpace |
Definition at line 62 of file pathnodes.h.
Referenced by cost_agg(), create_agg_path(), create_groupingsets_path(), estimate_hashagg_tablesize(), and get_agg_clause_costs().