mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Miscellaneous [#METR-2944].
This commit is contained in:
parent
78c867a147
commit
eb946f4c6f
@ -10,6 +10,12 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int BAD_ARGUMENTS;
|
||||
}
|
||||
|
||||
|
||||
std::string getClusterName(const IAST & node)
|
||||
{
|
||||
if (const ASTIdentifier * ast_id = typeid_cast<const ASTIdentifier *>(&node))
|
||||
|
Loading…
Reference in New Issue
Block a user