Class: Google::Spanner::V1::QueryPlan
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Spanner::V1::QueryPlan
 
 
- Defined in:
 - lib/google/cloud/spanner/v1/doc/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::Spanner::V1::PlanNode> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The nodes in the query plan.
 
Instance Attribute Details
#plan_nodes ⇒ Array<Google::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+.
      117  | 
    
      # File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/query_plan.rb', line 117 class QueryPlan; end  |