pub unsafe extern "C" fn cass_materialized_view_meta_clustering_key_count(
    view_meta: *const CassMaterializedViewMeta
) -> usize
Expand description

Gets the number of columns for the view’s clustering key.

@cassandra{3.0+}

@public @memberof CassMaterializedViewMeta

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