Further enhancement

This commit is contained in:
Alexey Milovidov 2024-07-27 03:39:01 +02:00
parent 4174726d0d
commit 9969026e46

View File

@ -237,6 +237,9 @@ void SubstituteColumnOptimizer::perform()
const auto & compare_graph = metadata_snapshot->getConstraints().getGraph();
if (compare_graph.getNumOfComponents() == 0)
return;
auto run_for_all = [&](const auto func)
{
if (select_query->where())