[][src]Function pgx_pg_sys::initial_cost_hashjoin

pub unsafe fn initial_cost_hashjoin(
    arg_root: *mut PlannerInfo,
    arg_workspace: *mut JoinCostWorkspace,
    arg_jointype: JoinType,
    arg_hashclauses: *mut List,
    arg_outer_path: *mut Path,
    arg_inner_path: *mut Path,
    arg_extra: *mut JoinPathExtraData,
    arg_parallel_hash: bool
)