Home
last modified time | relevance | path

Searched refs:local_cost (Results 76 – 87 of 87) sorted by relevance

1234

/dports/databases/postgresql12-plpython/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c2652 QualCost local_cost; in estimate_path_cost_size() local
2714 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2715 startup_cost += local_cost.startup; in estimate_path_cost_size()
2716 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost;
2776 cost_qual_eval(&local_cost, local_param_join_conds, root);
2777 startup_cost += local_cost.startup;
2778 total_cost += local_cost.per_tuple * retrieved_rows;
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c2714 QualCost local_cost; in estimate_path_cost_size() local
2776 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
2777 startup_cost += local_cost.startup; in estimate_path_cost_size()
2778 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-client/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/postgres_fdw/
H A Dpostgres_fdw.c3081 QualCost local_cost; in estimate_path_cost_size() local
3143 cost_qual_eval(&local_cost, local_param_join_conds, root); in estimate_path_cost_size()
3144 startup_cost += local_cost.startup; in estimate_path_cost_size()
3145 total_cost += local_cost.per_tuple * retrieved_rows; in estimate_path_cost_size()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIControls.cpp1903 void ResourceInfoPanel::SetLocalPointsCost(float local_points, float local_cost, float local_stockp… in SetLocalPointsCost() argument
1915 float wasted_points = std::max(0.0f, local_points - local_cost); in SetLocalPointsCost()
H A DEncyclopediaDetailPanel.cpp1449 int local_cost = building_type->ProductionCost(client_empire_id, this_location_id); in RefreshDetailPanelBuildingTypeTag() local
1453 % local_name % local_cost % cost_units % local_time); in RefreshDetailPanelBuildingTypeTag()

1234