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

Function GetCacheCapacity

cpp/src/gandiva/cache.cc:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50} // namespace internal
51
52int GetCacheCapacity() {
53 static const int capacity = internal::GetCacheCapacityFromEnvVar();
54 return capacity;
55}
56
57void LogCacheSize(size_t capacity) {
58 ARROW_LOG(INFO) << "Creating gandiva cache with capacity of " << capacity;

Callers 2

TESTFunction · 0.85
CacheMethod · 0.85

Calls 1

Tested by 1

TESTFunction · 0.68