MCPcopy Create free account
hub / github.com/apache/impala / file

Method file

be/src/runtime/io/data-cache.cc:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 }
401
402 CacheFile* file() const { return file_; }
403 int64_t offset() const { return offset_; }
404 int64_t len() const { return len_; }
405 uint64_t checksum() const { return checksum_; }

Callers 4

LookupMethod · 0.45
DumpMetaCacheMethod · 0.45
EvictedEntryMethod · 0.45
VerifyChecksumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected