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§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut PlannerInfo, u32, *mut RelOptInfo, *mut RelOptInfo, *mut c_void))
Some value of type T.