Function tarantool_rust_module::box_index_id_by_name [] [src]

pub unsafe extern "C" fn box_index_id_by_name(
    space_id: u32,
    name: *const c_char,
    len: u32
) -> u32

Find index id by name.

This function performs SELECT request to _vindex system space. \param space_id space identifier \param name index name \param len length of \a name \retval BOX_ID_NIL on error or if not found (check box_error_last()) \retval index_id otherwise \sa box_space_id_by_name