QueryPlanDescription
- Namespace:
PPDS.Dataverse.Query.Planning - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Describes an execution plan for display (EXPLAIN output).
Members
Methods
FromNode
QueryPlanDescription FromNode(IQueryPlanNode node)
Creates a description tree from a plan node.
Properties
Children
IReadOnlyList<QueryPlanDescription> Children { get; set; }
Child node descriptions.
Description
string Description { get; set; }
Human-readable description.
EffectiveParallelism
Nullable<int> EffectiveParallelism { get; set; }
Effective parallelism (number of partitions), if applicable.
EstimatedRows
long EstimatedRows { get; set; }
Estimated row count (-1 if unknown).
NodeType
string NodeType { get; set; }
The root node description.
PoolCapacity
Nullable<int> PoolCapacity { get; set; }
Connection pool capacity, if known.