Class: Google::Cloud::Spanner::V1::QueryPlan
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::QueryPlan
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/query_plan.rb
Overview
Contains an ordered list of nodes appearing in the query plan.
Instance Attribute Summary collapse
-
#plan_nodes ⇒ ::Array<::Google::Cloud::Spanner::V1::PlanNode>
The nodes in the query plan.
Instance Attribute Details
#plan_nodes ⇒ ::Array<::Google::Cloud::Spanner::V1::PlanNode>
Returns The nodes in the query plan. Plan nodes are returned in pre-order starting
with the plan root. Each PlanNode's id
corresponds to its index in
plan_nodes
.
141 142 143 144 |
# File 'proto_docs/google/spanner/v1/query_plan.rb', line 141 class QueryPlan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |