mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update PlannerJoinTree.h
This commit is contained in:
parent
41c62ca663
commit
7843313f8e
@ -18,7 +18,7 @@ struct JoinTreeQueryPlan
|
||||
QueryPlan query_plan;
|
||||
QueryProcessingStage::Enum from_stage;
|
||||
std::set<std::string> used_row_policies{};
|
||||
UsefulSets useful_sets;
|
||||
UsefulSets useful_sets{};
|
||||
std::unordered_map<const QueryNode *, const QueryPlan::Node *> query_node_to_plan_step_mapping{};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user