Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ mtime
Method
mtime
be/src/runtime/io/data-cache.cc:441–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
}
440
441
int64_t mtime() const {
442
return UNALIGNED_LOAD64(key_.data() + OFFSETOF_MTIME);
443
}
444
445
int64_t offset() const {
446
return UNALIGNED_LOAD64(key_.data() + OFFSETOF_OFFSET);
Callers
4
DumpCacheFiles
Method · 0.45
LoadCacheFiles
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