pgrx_pg_sys

Function innerrel_is_unique

Source
pub unsafe fn innerrel_is_unique(
    arg_root: *mut PlannerInfo,
    arg_joinrelids: Relids,
    arg_outerrelids: Relids,
    arg_innerrel: *mut RelOptInfo,
    arg_jointype: Type,
    arg_restrictlist: *mut List,
    arg_force_cache: bool,
) -> bool