mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
12 lines
156 B
C++
12 lines
156 B
C++
|
#pragma once
|
||
|
|
||
|
#include <Analyzer/IQueryTreeNode.h>
|
||
|
|
||
|
|
||
|
namespace DB
|
||
|
{
|
||
|
|
||
|
ASTPtr getASTForExternalDatabaseFromQueryTree(const QueryTreeNodePtr & query_tree);
|
||
|
|
||
|
}
|