GoogleApi.Spanner.V1.Model.QueryPlan (google_api_spanner v0.48.0)
View SourceContains 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
. -
queryAdvice
(type:GoogleApi.Spanner.V1.Model.QueryAdvisorResult.t
, default:nil
) - Optional. The advise/recommendations for a query. Currently this field will be serving index recommendations for a query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.QueryPlan{ planNodes: [GoogleApi.Spanner.V1.Model.PlanNode.t()] | nil, queryAdvice: GoogleApi.Spanner.V1.Model.QueryAdvisorResult.t() | nil }