Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Make
Method · 0.45
TEST_F
Function · 0.45
GetIntervalDayFromCompletePeriod
Method · 0.45
GetIntervalYearFromCompletePeriod
Method · 0.45
set_error_msg
Method · 0.45
has_error
Method · 0.45
Make
Method · 0.45
MakeInExpressionDecimal
Method · 0.45
TEST
Function · 0.45
engine.cc
File · 0.45
ByteWiseIntersectBitMaps
Method · 0.45
GetCacheCapacityFromEnvVar
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST_F
Function · 0.36
TEST
Function · 0.36
ByteWiseIntersectBitMaps
Method · 0.36
TEST_F
Function · 0.36