Searched refs:GetCfh (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 1680 ColumnFamilyHandle* GetCfh(int64_t rand_num) { in GetCfh() function 4430 batch.Put(db_with_cfh->GetCfh(rand_num), key, in DoWrite() 4458 batch.Delete(db_with_cfh->GetCfh(rand_num), in DoWrite() 4475 batch.DeleteRange(db_with_cfh->GetCfh(rand_num), begin_key, in DoWrite() 4891 s = db_with_cfh->db->Get(options, db_with_cfh->GetCfh(key_rand), key, in ReadToRowCache() 5069 s = db_with_cfh->db->Get(options, db_with_cfh->GetCfh(key_rand), key, in ReadRandom() 5516 s = db_with_cfh->db->Get(options, db_with_cfh->GetCfh(key_rand), key, in MixGraph() 6311 db_with_cfh->GetCfh(key_rand), key, in MergeRandom()
|