Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ val_ptr
Method
val_ptr
be/src/kudu/util/cache.cc:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
const uint8_t* val_ptr() const {
101
return const_cast<RLHandle*>(this)->mutable_val_ptr();
102
}
103
104
Slice value() const {
105
return Slice(val_ptr(), val_length);
Callers
nothing calls this directly
Calls
1
mutable_val_ptr
Method · 0.45
Tested by
no test coverage detected