queryPlan property

List<ExplainQueryStage>? queryPlan
getter/setter pair

Describes execution plan for the query.

Output only.

Implementation

core.List<ExplainQueryStage>? queryPlan;