mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
11 lines
131 B
C++
11 lines
131 B
C++
#pragma once
|
|
|
|
#include <common/types.h>
|
|
|
|
namespace DB
|
|
{
|
|
class ASTStorage;
|
|
|
|
String getDiskName(ASTStorage & storage_def);
|
|
}
|