Function cassandra_cpp_sys::cass_table_meta_index [] [src]

pub unsafe extern "C" fn cass_table_meta_index(
    table_meta: *const CassTableMeta,
    index: usize
) -> *const CassIndexMeta

Gets the index metadata for the provided index.

@public @memberof CassTableMeta

@param[in] table_meta @param[in] index @return The metadata for a index. NULL returned if the index is out of range.