mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
add comment
This commit is contained in:
parent
3e7414b356
commit
a761da9f1b
@ -519,8 +519,10 @@ public:
|
||||
/// The version of "log" node that is used to check that no new merges have appeared.
|
||||
int32_t getVersion() const { return merges_version; }
|
||||
|
||||
/// Returns true if there's a drop range covering new_drop_range_info
|
||||
bool hasDropRange(const MergeTreePartInfo & new_drop_range_info) const;
|
||||
|
||||
/// Returns virtual part covering part_name (if any) or empty string
|
||||
String getCoveringVirtualPart(const String & part_name) const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user