mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
Update src/Analyzer/Utils.cpp
This commit is contained in:
parent
394edd57d5
commit
dd7f81adeb
@ -602,7 +602,7 @@ void replaceColumns(QueryTreeNodePtr & node,
|
|||||||
|
|
||||||
void rerunFunctionResolve(FunctionNode * function_node, ContextPtr context)
|
void rerunFunctionResolve(FunctionNode * function_node, ContextPtr context)
|
||||||
{
|
{
|
||||||
if(!function_node->isResolved())
|
if (!function_node->isResolved())
|
||||||
throw Exception(ErrorCodes::LOGICAL_ERROR, "Trying to rerun resolve of unresolved function '{}'", function_node->getFunctionName());
|
throw Exception(ErrorCodes::LOGICAL_ERROR, "Trying to rerun resolve of unresolved function '{}'", function_node->getFunctionName());
|
||||||
|
|
||||||
if (function_node->isOrdinaryFunction())
|
if (function_node->isOrdinaryFunction())
|
||||||
|
Loading…
Reference in New Issue
Block a user