mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Add comment.
This commit is contained in:
parent
6397099d3c
commit
9fdb0e667f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user