Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ value
Method
value
be/src/kudu/util/nvm_cache.cc:209–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
Slice value() const {
210
return Slice(&kv_data[key_length], val_length);
211
}
212
213
uint8_t* val_ptr() {
214
return &kv_data[key_length];
Callers
3
FreeEntry
Method · 0.45
Invalidate
Method · 0.45
Value
Method · 0.45
Calls
1
Slice
Class · 0.70
Tested by
no test coverage detected