Remove unneeded code.

This commit is contained in:
Nikolai Kochetov 2022-06-27 17:46:09 +00:00
parent 79cf4c4f7e
commit 99436ab1da

View File

@ -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)