pgrx_pg_sys

Type Alias AnalyzeForeignTable_function

Source
pub type AnalyzeForeignTable_function = Option<unsafe extern "C" fn(relation: Relation, func: *mut AcquireSampleRowsFunc, totalpages: *mut BlockNumber) -> bool>;

Aliased Type§

enum AnalyzeForeignTable_function {
    None,
    Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut Option<unsafe extern "C" fn(_: *mut RelationData, _: i32, _: *mut *mut HeapTupleData, _: i32, _: *mut f64, _: *mut f64) -> i32>, _: *mut u32) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut Option<unsafe extern "C" fn(_: *mut RelationData, _: i32, _: *mut *mut HeapTupleData, _: i32, _: *mut f64, _: *mut f64) -> i32>, _: *mut u32) -> bool)

Some value of type T.