MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected