Type Alias IsForeignScanParallelSafe_function

Source
pub type IsForeignScanParallelSafe_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, rel: *mut RelOptInfo, rte: *mut RangeTblEntry) -> bool>;

Aliased Type§

pub enum IsForeignScanParallelSafe_function {
    None,
    Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, *mut RangeTblEntry) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, *mut RangeTblEntry) -> bool)

Some value of type T.