MCPcopy Create free account
hub / github.com/apache/impala / StoreMetadataForTupleCache

Method StoreMetadataForTupleCache

be/src/runtime/tuple-cache-mgr.cc:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void TupleCacheMgr::StoreMetadataForTupleCache(
552 const string& cache_key, const string& fragment_id) {
553 std::lock_guard<std::mutex> l(debug_dump_lock_);
554 DebugDumpCacheMetaData& cache = debug_dump_caches_metadata_[cache_key];
555 cache.fragment_id = fragment_id;
556}
557
558string TupleCacheMgr::GetFragmentIdForTupleCache(const string& cache_key) {
559 std::lock_guard<std::mutex> l(debug_dump_lock_);

Callers 1

GetNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected