public sealed class QueryPlan : IMessage<QueryPlan>, IEquatable<QueryPlan>, IDeepCloneable<QueryPlan>, IBufferMessage, IMessageContains an ordered list of nodes appearing in the query plan.
Implements
IMessage<QueryPlan>, IEquatable<QueryPlan>, IDeepCloneable<QueryPlan>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
QueryPlan()
public QueryPlan()QueryPlan(QueryPlan)
public QueryPlan(QueryPlan other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryPlan |
Properties
PlanNodes
public RepeatedField<PlanNode> PlanNodes { get; }The nodes in the query plan. Plan nodes are returned in pre-order starting
with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s id corresponds to its index in
plan_nodes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<PlanNode> |
|