pgrx_pg_sys

Type Alias amestimateparallelscan_function

Source
pub type amestimateparallelscan_function = Option<unsafe extern "C" fn() -> Size>;

Aliased Type§

enum amestimateparallelscan_function {
    None,
    Some(unsafe extern "C" fn() -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> usize)

Some value of type T.