Type Alias mariadb_sys::RANGE_SEQ_IF

source ·
pub type RANGE_SEQ_IF = st_range_seq_if;

Aliased Type§

struct RANGE_SEQ_IF {
    pub get_key_info: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut u32, _: *mut u64)>,
    pub init: Option<unsafe extern "C" fn(_: *mut c_void, _: u32, _: u32) -> *mut c_void>,
    pub next: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut st_key_multi_range) -> bool>,
    pub skip_record: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut u8) -> bool>,
    pub skip_index_tuple: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> bool>,
}

Fields§

§get_key_info: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut u32, _: *mut u64)>§init: Option<unsafe extern "C" fn(_: *mut c_void, _: u32, _: u32) -> *mut c_void>§next: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut st_key_multi_range) -> bool>§skip_record: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut u8) -> bool>§skip_index_tuple: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> bool>