Also switched explain over to own async framework.
This commit is contained in:
parent
4dc55288b5
commit
c551d982c6
6 changed files with 17 additions and 17 deletions
|
|
@ -128,7 +128,8 @@ private:
|
|||
|
||||
class ExplainRoot {
|
||||
public:
|
||||
static std::unique_ptr<ExplainRoot> createFromJson(Json::Value &json);
|
||||
using SPtr = std::shared_ptr<ExplainRoot>;
|
||||
static SPtr createFromJson(Json::Value &json);
|
||||
|
||||
ExplainTreeModelItemPtr plan;
|
||||
float planningTime = 0.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue