Function add_function_cost

Source
pub unsafe fn add_function_cost(
    arg_root: *mut PlannerInfo,
    arg_funcid: Oid,
    arg_node: *mut Node,
    arg_cost: *mut QualCost,
)