[][src]Function pgx_pg_sys::create_hashjoin_path

pub unsafe fn create_hashjoin_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_parallel_hash: bool,
    arg_restrict_clauses: *mut List,
    arg_required_outer: Relids,
    arg_hashclauses: *mut List
) -> *mut HashPath