pgrx_pg_sys

Type Alias EstimateDSMForeignScan_function

Source
pub type EstimateDSMForeignScan_function = Option<unsafe extern "C" fn(node: *mut ForeignScanState, pcxt: *mut ParallelContext) -> Size>;

Aliased Type§

enum EstimateDSMForeignScan_function {
    None,
    Some(unsafe extern "C" fn(_: *mut ForeignScanState, _: *mut ParallelContext) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ForeignScanState, _: *mut ParallelContext) -> usize)

Some value of type T.