Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ value
Method
value
be/src/kudu/util/cache.cc:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
Slice value() const {
105
return Slice(val_ptr(), val_length);
106
}
107
};
108
109
// We provide our own simple hash table since it removes a whole bunch
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