Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ offset
Method
offset
be/src/runtime/io/data-cache.cc:445–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
int64_t offset() const {
446
return UNALIGNED_LOAD64(key_.data() + OFFSETOF_OFFSET);
447
}
448
449
Slice ToSlice() const {
450
return key_;
Callers
6
Lookup
Method · 0.45
DumpMetaCache
Method · 0.45
EvictedEntry
Method · 0.45
VerifyChecksum
Method · 0.45
StoreInternal
Method · 0.45
Trace
Method · 0.45
Calls
2
UNALIGNED_LOAD64
Function · 0.85
data
Method · 0.45
Tested by
no test coverage detected