提交 7bc0e401 编写于 作者: A alexey-milovidov

Update FilterColumnsBlockInputStream.h

上级 f1ec4cd8
......@@ -19,7 +19,8 @@ public:
children.push_back(input_);
}
String getName() const override {
String getName() const override
{
return "FilterColumnsBlockInputStream";
}
......@@ -47,7 +48,6 @@ protected:
for (const auto & it : columns_to_save)
filtered.insert(std::move(block.getByName(it)));
return filtered;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册