Skip to main content

GetForeignPaths_function

Type Alias GetForeignPaths_function 

Source
pub type GetForeignPaths_function = Option<unsafe extern "C-unwind" fn(root: *mut PlannerInfo, baserel: *mut RelOptInfo, foreigntableid: Oid)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.