Type Alias GetForeignUpperPaths_function

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

Aliased Type§

pub enum GetForeignUpperPaths_function {
    None,
    Some(unsafe extern "C" 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" fn(*mut PlannerInfo, u32, *mut RelOptInfo, *mut RelOptInfo, *mut c_void))

Some value of type T.