Renaming query plan to execution plan (#18551)

This commit is contained in:
Aasim Khan
2022-02-25 00:49:34 -08:00
committed by GitHub
parent 8032f59d41
commit 02341088eb
165 changed files with 373 additions and 350 deletions

View File

@@ -31,7 +31,7 @@ export interface IQueryPlanInfo {
planXml: string;
}
export interface IQueryPlan2Info {
export interface IExecutionPlanInfo {
providerId: string;
fileUri: string;
planGraphs: ExecutionPlanGraph[];