Home
last modified time | relevance | path

Searched refs:row_cache_id_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dtable_cache.cc71 PutVarint64(&row_cache_id_, ioptions_.row_cache->NewId()); in TableCache()
311 row_cache_key.TrimAppend(row_cache_key.Size(), row_cache_id_.data(), in CreateRowCacheKeyPrefix()
312 row_cache_id_.size()); in CreateRowCacheKeyPrefix()
Dtable_cache.h221 std::string row_cache_id_; variable