pub unsafe extern "C" fn cass_table_meta_index_by_name(
    table_meta: *const CassTableMeta,
    index: *const c_char
) -> *const CassIndexMeta
Expand description

Gets the index metadata for the provided index name.

@public @memberof CassTableMeta

@param[in] table_meta @param[in] index

@return The metadata for a index. NULL if index does not exist.