Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
notifyObjectCompiled
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
1
TEST
Function · 0.64