Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ key
Method
key
be/src/util/cache/cache-internal.h:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
Slice key() const {
61
return Slice(kv_data_ptr_, key_length_);
62
}
63
64
uint32_t hash() const { return hash_; }
65
Callers
11
Increment
Method · 0.45
~RLCacheShard
Method · 0.45
FreeEntry
Method · 0.45
EnforceCapacity
Method · 0.45
Invalidate
Method · 0.45
Insert
Method · 0.45
FindPointer
Method · 0.45
Key
Method · 0.45
ToUninitialized
Method · 0.45
Insert
Method · 0.45
CleanupThreadState
Method · 0.45
Calls
1
Slice
Class · 0.50
Tested by
no test coverage detected