public QueryExplanation( normalizedQuery as String, provider as String, providerPlan as String, warnings as IList<String> = [] ):
Creates a query explanation.
| Parameter | Description |
|---|---|
normalizedQuery | Provider-neutral query summary. |
provider | Provider identifier. |
providerPlan | Provider-specific plan text. |
warnings | Diagnostic warnings. |
info = QueryExplanation("from users", "memory", "scan users")