mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
update
This commit is contained in:
parent
fe8b11fd5f
commit
bcf07d1910
@ -16,7 +16,7 @@ ASTPtr replaceAliasColumnsInFilter(ASTPtr && ast, const ColumnsDescription & col
|
|||||||
if (temp_select.prewhere())
|
if (temp_select.prewhere())
|
||||||
aliase_column_visitor.visit(temp_select.refPrewhere());
|
aliase_column_visitor.visit(temp_select.refPrewhere());
|
||||||
|
|
||||||
return ast;
|
return std::move(ast);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user