GoogleApi.Spanner.V1.Model.QueryPlan (google_api_spanner v0.48.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's id corresponds to its index in plan_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

t()

@type t() :: %GoogleApi.Spanner.V1.Model.QueryPlan{
  planNodes: [GoogleApi.Spanner.V1.Model.PlanNode.t()] | nil,
  queryAdvice: GoogleApi.Spanner.V1.Model.QueryAdvisorResult.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.