Searched refs:total_a_keys (Results 1 – 1 of 1) sorted by relevance
1780 uint64_t total_a_keys = static_cast<uint64_t>(stat.a_key_stats.size()); in PrintStatistics() local1800 cfs_[stat.cf_id].a_count += total_a_keys; in PrintStatistics()1801 ta_[type].total_keys += total_a_keys; in PrintStatistics()1808 printf("Total unique keys in this cf: %" PRIu64 "\n", total_a_keys); in PrintStatistics()