Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ LogCacheSize
Function
LogCacheSize
cpp/src/gandiva/cache.cc:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void LogCacheSize(size_t capacity) {
58
ARROW_LOG(INFO) <<
"Creating gandiva cache with capacity of "
<< capacity;
59
}
60
61
} // namespace gandiva
Callers
1
Cache
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected