MCPcopy 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

44class 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

LogCacheSizeFunction · 0.85
GetCacheCapacityFunction · 0.85

Tested by

no test coverage detected