pub type GetForeignPaths_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, baserel: *mut RelOptInfo, foreigntableid: Oid)>;
Aliased Type§
enum GetForeignPaths_function {
None,
Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut RelOptInfo, _: Oid)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut RelOptInfo, _: Oid))
Some value of type T
.