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

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

Instance Attribute Details

#plan_nodesArray<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.

Returns:

  • (Array<Google::Spanner::V1::PlanNode>)

    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