GoogleApi.Spanner.V1.Model.QueryPlan (google_api_spanner v0.25.0) View Source
Contains an ordered list of nodes appearing in the query plan.
Attributes
-
planNodes
(type:list(GoogleApi.Spanner.V1.Model.PlanNode.t)
, default:nil
) - The nodes in the query plan. Plan nodes are returned in pre-order starting with the plan root. Each PlanNode'sid
corresponds to its index inplan_nodes
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.QueryPlan{ planNodes: [GoogleApi.Spanner.V1.Model.PlanNode.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.