[][src]Function pgx_pg_sys::compute_semi_anti_join_factors

pub unsafe fn compute_semi_anti_join_factors(
    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,
    arg_semifactors: *mut SemiAntiJoinFactors
)