MCPcopy 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

DumpCacheFilesMethod · 0.45
LoadCacheFilesMethod · 0.45
StoreInternalMethod · 0.45
TraceMethod · 0.45

Calls 2

UNALIGNED_LOAD64Function · 0.85
dataMethod · 0.45

Tested by

no test coverage detected