Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ deleted
Method
deleted
be/src/kudu/util/file_cache.cc:176–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
const string& filename() const { return file_name_; }
175
176
bool deleted() const { return flags_.load() & FILE_DELETED; }
177
bool invalidated() const { return flags_.load() & INVALIDATED; }
178
179
private:
Callers
3
DoOpenFile
Method · 0.80
DeleteFile
Method · 0.80
MapToDebugString
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected