mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
11 lines
108 B
C++
11 lines
108 B
C++
|
#pragma once
|
||
|
|
||
|
#include <Storages/IStorage_fwd.h>
|
||
|
|
||
|
namespace DB
|
||
|
{
|
||
|
|
||
|
StoragePtr createDetachedPartsTable();
|
||
|
|
||
|
}
|