Update PlannerJoinTree.h

This commit is contained in:
Nikolai Kochetov 2024-07-05 18:20:50 +02:00 committed by GitHub
parent 41c62ca663
commit 7843313f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{};
};