We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eeb432 commit fc5961eCopy full SHA for fc5961e
src/Storages/MergeTree/IMergeTreeDataPart.h
@@ -369,7 +369,7 @@ class IMergeTreeDataPart : public std::enable_shared_from_this<IMergeTreeDataPar
369
370
Index getIndex() const;
371
void setIndex(const Columns & cols_);
372
- void setIndex(Columns && index_);
+ void setIndex(Columns && cols_);
373
void unloadIndex();
374
375
/// For data in RAM ('index')
0 commit comments