mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Adding new top operation column and comp rule for node id (#1719)
* Adding actual cpu cost in top operations * Adding node id attribute
This commit is contained in:
@@ -8605,6 +8605,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string ActualCpu
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.ActualCpu);
|
||||
}
|
||||
}
|
||||
|
||||
public static string EstimatedIO
|
||||
{
|
||||
get
|
||||
@@ -13429,6 +13437,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string EstimatedCpu = "EstimatedCpu";
|
||||
|
||||
|
||||
public const string ActualCpu = "ActualCpu";
|
||||
|
||||
|
||||
public const string EstimatedIO = "EstimatedIO";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user