[][src]Function pgx_pg_sys::create_mergejoin_path

pub unsafe fn create_mergejoin_path(
    arg_root: *mut PlannerInfo,
    arg_joinrel: *mut RelOptInfo,
    arg_jointype: JoinType,
    arg_workspace: *mut JoinCostWorkspace,
    arg_extra: *mut JoinPathExtraData,
    arg_outer_path: *mut Path,
    arg_inner_path: *mut Path,
    arg_restrict_clauses: *mut List,
    arg_pathkeys: *mut List,
    arg_required_outer: Relids,
    arg_mergeclauses: *mut List,
    arg_outersortkeys: *mut List,
    arg_innersortkeys: *mut List
) -> *mut MergePath