mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
Remove unneeded code.
This commit is contained in:
parent
79cf4c4f7e
commit
99436ab1da
@ -2254,11 +2254,6 @@ void InterpreterSelectQuery::executeFetchColumns(QueryProcessingStage::Enum proc
|
||||
table_aliases->setStepDescription("Add table aliases");
|
||||
query_plan.addStep(std::move(table_aliases));
|
||||
}
|
||||
|
||||
if (processing_stage == QueryProcessingStage::FetchColumns && query_info.additional_filter_ast)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void InterpreterSelectQuery::executeWhere(QueryPlan & query_plan, const ActionsDAGPtr & expression, bool remove_filter)
|
||||
|
Loading…
Reference in New Issue
Block a user