mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update Metadata.h
This commit is contained in:
parent
2b3db1d33c
commit
0832cb2d7a
@ -22,7 +22,7 @@ struct FileSegmentMetadata : private boost::noncopyable
|
||||
|
||||
size_t size() const;
|
||||
|
||||
bool evicting() const { return !removal_candidate.load(); }
|
||||
bool evicting() const { return removal_candidate.load(); }
|
||||
|
||||
Priority::Iterator getQueueIterator() const { return file_segment->getQueueIterator(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user