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§
None
No value.
Some(unsafe extern "C" fn(*mut PlannerInfo, *mut RelOptInfo, *mut RangeTblEntry) -> bool)
Some value of type T.