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

Gets the number of columns for the table’s partition key.

@public @memberof CassTableMeta

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