mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
clang-tidy
This commit is contained in:
parent
0943ef3e4b
commit
029005be7c
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user