Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ filename
Method
filename
be/src/runtime/io/data-cache.cc:437–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
Slice filename() const {
438
return Slice(key_.data() + OFFSETOF_FILENAME, key_.size() - OFFSETOF_FILENAME);
439
}
440
441
int64_t mtime() const {
442
return UNALIGNED_LOAD64(key_.data() + OFFSETOF_MTIME);
Callers
3
DeleteUnpartitionedDirData
Function · 0.45
StoreInternal
Method · 0.45
Trace
Method · 0.45
Calls
3
Slice
Class · 0.50
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected