mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix
This commit is contained in:
parent
fc8656ee9e
commit
8b5c694684
@ -2619,12 +2619,12 @@ Action ParserExpressionImpl::tryParseOperand(Layers & layers, IParser::Pos & pos
|
||||
++pos;
|
||||
auto identifier = std::make_shared<ASTIdentifier>(cur_op->second.function_name);
|
||||
layers.push_back(getFunctionLayer(identifier, layers.front()->is_table_function));
|
||||
return Action::OPERAND;
|
||||
}
|
||||
else
|
||||
{
|
||||
layers.back()->pushOperator(cur_op->second);
|
||||
}
|
||||
return Action::OPERAND;
|
||||
}
|
||||
|
||||
auto old_pos = pos;
|
||||
|
Loading…
Reference in New Issue
Block a user