Function cassandra_cpp_sys::cass_table_meta_clustering_key_count [] [src]

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

Gets the number of columns for the table's clustering key.

@public @memberof CassTableMeta

@param[in] table_meta @return The count for the number of columns in the clustering key.