mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Add a comment.
This commit is contained in:
parent
e4981c6563
commit
260dec27f4
@ -507,6 +507,9 @@ struct ActionDAGNodes
|
|||||||
ActionsDAG::NodeRawConstPtrs nodes;
|
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
|
struct ActionsAndProjectInputsFlag
|
||||||
{
|
{
|
||||||
ActionsDAG dag;
|
ActionsDAG dag;
|
||||||
|
Loading…
Reference in New Issue
Block a user