mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
11 lines
129 B
C++
11 lines
129 B
C++
#pragma once
|
|
|
|
#include <Core/Types.h>
|
|
|
|
namespace DB
|
|
{
|
|
class ASTStorage;
|
|
|
|
String getDiskName(ASTStorage & storage_def);
|
|
}
|