Type Alias GetForeignPaths_function

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.