Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Cache
Method
Cache
cpp/src/gandiva/cache.h:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
class Cache {
45
public:
46
explicit Cache(size_t capacity) : cache_(capacity) { LogCacheSize(capacity); }
47
48
Cache() : Cache(GetCacheCapacity()) {}
49
Callers
nothing calls this directly
Calls
2
LogCacheSize
Function · 0.85
GetCacheCapacity
Function · 0.85
Tested by
no test coverage detected