This commit is contained in:
Nikolai Kochetov 2022-09-13 18:50:01 +00:00
parent 66d9d92de4
commit 3f0bc94d25

View File

@ -971,7 +971,7 @@ KeyCondition::KeyCondition(
{
auto inverted_dag = cloneASTWithInversionPushDown(std::move(dag_nodes.nodes), context);
std::cerr << "========== inverted dag: " << inverted_dag->dumpDAG() << std::endl;
// std::cerr << "========== inverted dag: " << inverted_dag->dumpDAG() << std::endl;
Block empty;
for (const auto * node : inverted_dag->getOutputs())