public sealed class QueryPlan : IMessage<QueryPlan>, IEquatable<QueryPlan>, IDeepCloneable<QueryPlan>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class QueryPlan.
Contains an ordered list of nodes appearing in the query plan.
Implements
IMessageQueryPlan, IEquatableQueryPlan, IDeepCloneableQueryPlan, 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 |
RepeatedFieldPlanNode |