MCPcopy 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

LookupMethod · 0.45
DumpMetaCacheMethod · 0.45
EvictedEntryMethod · 0.45
VerifyChecksumMethod · 0.45
StoreInternalMethod · 0.45
TraceMethod · 0.45

Calls 2

UNALIGNED_LOAD64Function · 0.85
dataMethod · 0.45

Tested by

no test coverage detected