PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Cost | startup |
Cost | per_tuple |
Definition at line 45 of file pathnodes.h.
Cost QualCost::per_tuple |
Definition at line 48 of file pathnodes.h.
Referenced by add_function_cost(), add_placeholders_to_joinrel(), apply_projection_to_path(), build_child_join_rel(), build_child_join_reltarget(), build_join_rel(), build_simple_rel(), cost_agg(), cost_bitmap_heap_scan(), cost_ctescan(), cost_functionscan(), cost_group(), cost_index(), cost_namedtuplestorescan(), cost_qual_eval_walker(), cost_resultscan(), cost_samplescan(), cost_seqscan(), cost_subplan(), cost_subqueryscan(), cost_tablefuncscan(), cost_tidrangescan(), cost_tidscan(), cost_valuesscan(), 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_costs(), estimate_path_cost_size(), final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), find_simplified_clause(), get_agg_clause_costs(), get_restriction_qual_cost(), index_other_operands_eval_cost(), inline_function(), make_sort_input_target(), order_qual_clauses(), plan_cluster_use_sort(), set_pathtarget_cost_width(), and set_rel_width().
Cost QualCost::startup |
Definition at line 47 of file pathnodes.h.
Referenced by add_function_cost(), add_placeholders_to_joinrel(), apply_projection_to_path(), build_child_join_rel(), build_child_join_reltarget(), build_join_rel(), build_simple_rel(), cost_agg(), cost_bitmap_heap_scan(), cost_ctescan(), cost_functionscan(), cost_group(), cost_index(), cost_namedtuplestorescan(), cost_qual_eval_walker(), cost_resultscan(), cost_samplescan(), cost_seqscan(), cost_subplan(), cost_subqueryscan(), cost_tablefuncscan(), cost_tidrangescan(), cost_tidscan(), cost_valuesscan(), 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_costs(), estimate_path_cost_size(), final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), find_simplified_clause(), get_agg_clause_costs(), get_restriction_qual_cost(), index_other_operands_eval_cost(), inline_function(), plan_cluster_use_sort(), set_pathtarget_cost_width(), and set_rel_width().