GetForeignUpperPaths_function

Type Alias GetForeignUpperPaths_function 

Source
pub type GetForeignUpperPaths_function = Option<unsafe extern "C-unwind" fn(root: *mut PlannerInfo, stage: Type, input_rel: *mut RelOptInfo, output_rel: *mut RelOptInfo, extra: *mut c_void)>;

Aliased Type§

pub enum GetForeignUpperPaths_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RelOptInfo, *mut RelOptInfo, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RelOptInfo, *mut RelOptInfo, *mut c_void))

Some value of type T.