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