Function cassandra_cpp_sys::cass_table_meta_index_count [] [src]

pub unsafe extern "C" fn cass_table_meta_index_count(
    table_meta: *const CassTableMeta
) -> usize

Gets the total number of indexes for the table.

@public @memberof CassTableMeta

@param[in] table_meta @return The total index count.