Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Lookup
Method · 0.45
HandleExistingEntry
Method · 0.45
DumpMetaCache
Method · 0.45
LoadMetaCache
Method · 0.45
EvictedEntry
Method · 0.45
VerifyChecksum
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected