Add comment.

This commit is contained in:
Nikolai Kochetov 2021-03-17 21:40:26 +03:00
parent 6397099d3c
commit 9fdb0e667f

View File

@ -1424,7 +1424,8 @@ ActionsDAGPtr ActionsDAG::cloneActionsForConjunction(std::vector<Node *> conjunc
}
}
/// Actions must have the same inputs as in all_inputs list.
/// See comment to cloneActionsForFilterPushDown.
for (const auto & col : all_inputs)
{
Node * input;