Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ contains
Method
contains
cpp/src/gandiva/lru_cache.h:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
bool empty() const { return map_.empty(); }
54
55
bool contains(const key_type& key) { return map_.find(key) != map_.end(); }
56
57
void insert(const key_type& key, const value_type& value) {
58
typename map_type::iterator i = map_.find(key);
Callers
1
ReadNext
Method · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected