View Source GoogleApi.Spanner.V1.Model.ShortRepresentation (google_api_spanner v0.39.0)

Condensed representation of a node and its subtree. Only present for SCALAR PlanNode(s).

Attributes

  • description (type: String.t, default: nil) - A string representation of the expression subtree rooted at this node.
  • subqueries (type: map(), default: nil) - A mapping of (subquery variable name) -> (subquery node id) for cases where the description string of this node references a SCALAR subquery contained in the expression subtree rooted at this node. The referenced SCALAR subquery may not necessarily be a direct child of this node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.ShortRepresentation{
  description: String.t() | nil,
  subqueries: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.