google_api_spanner v0.2.0 GoogleApi.Spanner.V1.Model.ShortRepresentation View Source

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

Attributes

  • description (String.t): A string representation of the expression subtree rooted at this node. Defaults to: null.
  • subqueries (%{optional(String.t) => integer()}): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spanner.V1.Model.ShortRepresentation{
  description: any(),
  subqueries: map()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.