[][src]Function pgx_pg_sys::add_paths_to_joinrel

pub unsafe fn add_paths_to_joinrel(
    arg_root: *mut PlannerInfo,
    arg_joinrel: *mut RelOptInfo,
    arg_outerrel: *mut RelOptInfo,
    arg_innerrel: *mut RelOptInfo,
    arg_jointype: JoinType,
    arg_sjinfo: *mut SpecialJoinInfo,
    arg_restrictlist: *mut List
)