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

Method len

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

Source from the content-addressed store, hash-verified

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_; }
406
407 private:

Callers 6

LookupMethod · 0.45
HandleExistingEntryMethod · 0.45
DumpMetaCacheMethod · 0.45
LoadMetaCacheMethod · 0.45
EvictedEntryMethod · 0.45
VerifyChecksumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected