MCPcopy Create free account
hub / github.com/apache/arrow / PutObjectCode

Method PutObjectCode

cpp/src/gandiva/cache.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void PutObjectCode(const KeyType& cache_key, const ValueType& module) {
58 std::lock_guard<std::mutex> lock(mtx_);
59 cache_.insert(cache_key, module);
60 }
61
62 private:
63 LruCache<KeyType, ValueType> cache_;

Callers 2

TESTFunction · 0.80
notifyObjectCompiledMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by 1

TESTFunction · 0.64