Adding more top operations columns and fixing some column values (#1571)

* Adding more rules for prop

* adding top operations to ep

* Reverting changes made to display cost

* Fixing comments

* Removing whitespace

* Fixing data size property

* Adding const keys, fixing to table data, adding more info

* Removing undeclared prop
This commit is contained in:
Aasim Khan
2022-07-11 14:05:20 -07:00
committed by GitHub
parent a6e9f1a6cf
commit e68124b4d5
6 changed files with 101 additions and 47 deletions

View File

@@ -8565,11 +8565,11 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string EstimatedAverageRowSize
public static string AverageRowSize
{
get
{
return Keys.GetString(Keys.EstimatedAverageRowSize);
return Keys.GetString(Keys.AverageRowSize);
}
}
@@ -13076,7 +13076,7 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string EstimatedIO = "EstimatedIO";
public const string EstimatedAverageRowSize = "EstimatedAverageRowSize";
public const string AverageRowSize = "AverageRowSize";
public const string ActualDataSize = "ActualDataSize";