|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Cost | startup |
| Cost | per_tuple |
Definition at line 118 of file pathnodes.h.
| Cost QualCost::per_tuple |
Definition at line 121 of file pathnodes.h.
Referenced by add_function_cost(), add_placeholders_to_joinrel(), apply_projection_to_path(), build_child_join_rel(), build_join_rel(), build_simple_rel(), cost_qual_eval(), cost_qual_eval_node(), cost_qual_eval_walker(), create_agg_path(), create_group_path(), create_group_result_path(), create_groupingsets_path(), create_minmaxagg_path(), create_projection_path(), create_set_projection_path(), create_windowagg_path(), estimate_path_cost_size(), get_agg_clause_costs(), make_sort_input_target(), set_pathtarget_cost_width(), and set_rel_width().
| Cost QualCost::startup |
Definition at line 120 of file pathnodes.h.
Referenced by add_function_cost(), add_placeholders_to_joinrel(), apply_projection_to_path(), build_child_join_rel(), build_join_rel(), build_simple_rel(), cost_qual_eval(), cost_qual_eval_node(), cost_qual_eval_walker(), cost_windowagg(), create_agg_path(), create_group_path(), create_group_result_path(), create_groupingsets_path(), create_minmaxagg_path(), create_projection_path(), create_set_projection_path(), create_windowagg_path(), estimate_path_cost_size(), get_agg_clause_costs(), set_pathtarget_cost_width(), and set_rel_width().