class QueryPlan extends Message

Contains an ordered list of nodes appearing in the query plan.

Protobuf type Google\Spanner\V1\QueryPlan

Methods

__construct()

No description

RepeatedField
getPlanNodes()

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.

setPlanNodes(array|RepeatedField $var)

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.

Details

at line 27
__construct()

at line 40
RepeatedField getPlanNodes()

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.

Generated from protobuf field repeated .google.spanner.v1.PlanNode plan_nodes = 1;

Return Value

RepeatedField

at line 53
setPlanNodes(array|RepeatedField $var)

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.

Generated from protobuf field repeated .google.spanner.v1.PlanNode plan_nodes = 1;

Parameters

array|RepeatedField $var