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