add comment

This commit is contained in:
Alexander Tokmakov 2022-07-19 13:58:59 +02:00
parent 3e7414b356
commit a761da9f1b

View File

@ -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: