Function tarantool_rust_module::box_space_id_by_name [] [src]

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

Find space id by name.

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