MCPcopy 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

DoOpenFileMethod · 0.80
DeleteFileMethod · 0.80
MapToDebugStringMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected