aminsert_function

Type Alias aminsert_function 

Source
pub type aminsert_function = Option<unsafe extern "C-unwind" fn(indexRelation: Relation, values: *mut Datum, isnull: *mut bool, heap_tid: ItemPointer, heapRelation: Relation, checkUnique: Type, indexUnchanged: bool, indexInfo: *mut IndexInfo) -> bool>;

Aliased Type§

pub enum aminsert_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut RelationData, *mut Datum, *mut bool, *mut ItemPointerData, *mut RelationData, u32, bool, *mut IndexInfo) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut RelationData, *mut Datum, *mut bool, *mut ItemPointerData, *mut RelationData, u32, bool, *mut IndexInfo) -> bool)

Some value of type T.