Class: Google::Cloud::Spanner::V1::QueryPlan

Inherits:
Object
  • Object
show all
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

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.

Returns:



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