ClickHouse/src/Storages/transformQueryForExternalDatabaseAnalyzer.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
156 B
C++
Raw Normal View History

#pragma once
#include <Analyzer/IQueryTreeNode.h>
namespace DB
{
ASTPtr getASTForExternalDatabaseFromQueryTree(const QueryTreeNodePtr & query_tree);
}