[][src]Function pgx_pg_sys::initial_cost_nestloop

pub unsafe fn initial_cost_nestloop(
    arg_root: *mut PlannerInfo,
    arg_workspace: *mut JoinCostWorkspace,
    arg_jointype: JoinType,
    arg_outer_path: *mut Path,
    arg_inner_path: *mut Path,
    arg_extra: *mut JoinPathExtraData
)