提交 029005be 编写于 作者: A Alexander Kuzmenkov

clang-tidy

上级 0943ef3e
......@@ -18,6 +18,8 @@ using namespace DB;
/// NOTE How to do better?
struct State
{
State(const State&) = delete;
Context context;
NamesAndTypesList columns{
{"column", std::make_shared<DataTypeUInt8>()},
......@@ -43,8 +45,6 @@ private:
DatabaseCatalog::instance().attachDatabase("test", database);
context.setCurrentDatabase("test");
}
State(const State&) = delete;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册