Add a comment.

This commit is contained in:
Nikolai Kochetov 2024-06-18 12:23:20 +00:00
parent e4981c6563
commit 260dec27f4

View File

@ -507,6 +507,9 @@ struct ActionDAGNodes
ActionsDAG::NodeRawConstPtrs nodes;
};
/// Helper for query analysis.
/// If project_input is set, all columns not found in inputs should be removed.
/// Now, we do it before adding a step to query plan by calling appendInputsForUnusedColumns.
struct ActionsAndProjectInputsFlag
{
ActionsDAG dag;