Adding ExecutionPlanService to ADS (#1422)

* Adding ExecutionPlanService to ADS

* Changing name to execution plan service

* Renaming file

* Fixing some PR comments

* Renaming class

* Changing api name to queryexecutionplan
This commit is contained in:
Aasim Khan
2022-03-12 00:49:17 -08:00
committed by GitHub
parent b495ea7475
commit aa97389d8e
5 changed files with 55 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ShowPlan
{
Root = ConvertShowPlanTreeToExecutionPlanTree(g.Root),
Query = g.Statement,
GraphFile = new ExecutionPlanGraphFile
GraphFile = new ExecutionPlanGraphInfo
{
GraphFileContent = xml,
GraphFileType = "xml"