mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Renaming query plan to execution plan (#18551)
This commit is contained in:
@@ -31,7 +31,7 @@ export interface IQueryPlanInfo {
|
||||
planXml: string;
|
||||
}
|
||||
|
||||
export interface IQueryPlan2Info {
|
||||
export interface IExecutionPlanInfo {
|
||||
providerId: string;
|
||||
fileUri: string;
|
||||
planGraphs: ExecutionPlanGraph[];
|
||||
|
||||
Reference in New Issue
Block a user