Type Alias GetForeignJoinPaths_function

Source
pub type GetForeignJoinPaths_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, joinrel: *mut RelOptInfo, outerrel: *mut RelOptInfo, innerrel: *mut RelOptInfo, jointype: JoinType, extra: *mut JoinPathExtraData)>;

Aliased Type§

pub enum GetForeignJoinPaths_function {
    None,
    Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, *mut RelOptInfo, *mut RelOptInfo, u32, *mut JoinPathExtraData)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, *mut RelOptInfo, *mut RelOptInfo, u32, *mut JoinPathExtraData))

Some value of type T.