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

Method empty

cpp/src/gandiva/lru_cache.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 size_t capacity() const { return cache_capacity_; }
52
53 bool empty() const { return map_.empty(); }
54
55 bool contains(const key_type& key) { return map_.find(key) != map_.end(); }
56

Callers 15

MakeMethod · 0.45
TEST_FFunction · 0.45
set_error_msgMethod · 0.45
has_errorMethod · 0.45
MakeMethod · 0.45
TESTFunction · 0.45
engine.ccFile · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36