Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Hash
Method
Hash
be/src/runtime/io/data-cache.cc:433–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
int64_t Hash() const {
434
return HashUtil::FastHash64(key_.data(), key_.size(), 0);
435
}
436
437
Slice filename() const {
438
return Slice(key_.data() + OFFSETOF_FILENAME, key_.size() - OFFSETOF_FILENAME);
Callers
3
Lookup
Method · 0.45
StoreInternal
Method · 0.45
Trace
Method · 0.45
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected