Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ capacity
Method
capacity
cpp/src/gandiva/lru_cache.h:51–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
size_t size() const { return map_.size(); }
50
51
size_t capacity() const { return cache_capacity_; }
52
53
bool empty() const { return map_.empty(); }
54
Callers
2
ValidateArrayDataCapacity
Method · 0.45
gdv_fn_populate_varlen_vector
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected