Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ value
Method
value
be/src/util/cache/cache-internal.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
Slice value() const {
76
return Slice(val_ptr(), val_length_);
77
}
78
79
size_t charge() const { return charge_; }
80
Callers
4
FreeEntry
Method · 0.45
Invalidate
Method · 0.45
Value
Method · 0.45
CleanupThreadState
Method · 0.45
Calls
1
Slice
Class · 0.50
Tested by
no test coverage detected