IsForeignScanParallelSafe_function

Type Alias IsForeignScanParallelSafe_function 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.