Big cleanup
This commit is contained in:
parent
d3080a08bb
commit
8b671090a0
55 changed files with 214 additions and 3967 deletions
|
|
@ -60,54 +60,17 @@ public:
|
|||
|
||||
ExplainTreeModelItemPtr child(int row);
|
||||
int childCount() const;
|
||||
// int columnCount() const;
|
||||
// QVariant data(int column) const;
|
||||
int row() const;
|
||||
void setParent(const ItemPtr &parent);
|
||||
ItemPtr parent();
|
||||
|
||||
|
||||
// void setNodeType(QString nt);
|
||||
// const QString& nodeType() const;
|
||||
// void setParallelAware(bool aware);
|
||||
// bool getParallelAware() const;
|
||||
// void setStrategy(QString strat);
|
||||
// const QString& strategy() const;
|
||||
// void setJoinType(QString jointype);
|
||||
// QString joinType() const;
|
||||
// void setStartupCost(float cost);
|
||||
// void setTotalCost(float cost);
|
||||
// void setEstimatedRows(long long estimated);
|
||||
// long long estimatedRows() const;
|
||||
// void setPlanWidth(int width);
|
||||
// void setActualStartupTime(float timems);
|
||||
// void setActualTotalTime(float timems);
|
||||
// float actualTotalTime() const;
|
||||
// void setActualRows(long long rowcount);
|
||||
// long long actualRows() const;
|
||||
// void setActualLoops(int loopcount);
|
||||
// int actualLoops() const;
|
||||
|
||||
// void setRelationName(QString n);
|
||||
// void setAlias(QString a);
|
||||
// void setScanDirection(QString dir);
|
||||
// void setIndexName(QString idxname);
|
||||
// void setIndexCondition(QString idxcond);
|
||||
// void setIndexRecheck(QString idxrecheck);
|
||||
// void setFilter(QString filter);
|
||||
// void setHashCondition(QString condition);
|
||||
// void setSortKey(QString key);
|
||||
// void setSortMethod(QString method);
|
||||
// void setSortSpaceUsed(int space);
|
||||
// void setSortSpaceType(QString type);
|
||||
|
||||
/** ActualTotalTime minus the actual total time of it's children */
|
||||
float exclusiveTime() const;
|
||||
float inclusiveTime() const;
|
||||
float estimateError() const;
|
||||
QString detailString() const;
|
||||
|
||||
//private:
|
||||
std::vector<ItemPtr> m_childItems;
|
||||
std::weak_ptr<ExplainTreeModelItem> m_parentItem;
|
||||
|
||||
|
|
@ -143,9 +106,6 @@ public:
|
|||
TempBlocks tempBlocks;
|
||||
IoTimes ioTimes;
|
||||
|
||||
// "Triggers": [
|
||||
// ],
|
||||
|
||||
};
|
||||
|
||||
class ExplainRoot {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue