mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
style fix
This commit is contained in:
parent
95ad1bf6e1
commit
ff4d295265
@ -286,7 +286,8 @@ InterpreterSelectQuery::InterpreterSelectQuery(
|
||||
{
|
||||
checkStackSize();
|
||||
|
||||
for (const auto & column : query_ptr->as<ASTSelectQuery &>().select()->children) {
|
||||
for (const auto & column : query_ptr->as<ASTSelectQuery &>().select()->children)
|
||||
{
|
||||
std::string alias = column->tryGetAlias();
|
||||
original_select_set.insert(alias.empty() ? column->getColumnName() : alias);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user