#1658 - ENH: Add label to ProfileLocation and use as default query label

This commit is contained in:
rob bygrave
2019-03-27 09:37:35 +13:00
parent 54534ea7f3
commit fc032c632b
10 changed files with 65 additions and 8 deletions
@@ -164,7 +164,7 @@ public final class CQueryPlanStats {
@Override
public String toString() {
return "location:" + getLocation() + " metrics:" + metrics + " sql:" + getSql();
return "label:" + getLabel() + " location:" + getLocation() + " metrics:" + metrics + " sql:" + getSql();
}
@Override