pgrx_pg_sys

Type Alias IndexBuildCallback

Source
pub type IndexBuildCallback = Option<unsafe extern "C" fn(index: Relation, tid: ItemPointer, values: *mut Datum, isnull: *mut bool, tupleIsAlive: bool, state: *mut c_void)>;

Aliased Type§

enum IndexBuildCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut ItemPointerData, _: *mut Datum, _: *mut bool, _: bool, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut ItemPointerData, _: *mut Datum, _: *mut bool, _: bool, _: *mut c_void))

Some value of type T.