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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The document provides versioned documentation for `PlanNode.Types.ShortRepresentation` within the `Google.Cloud.Spanner.V1` namespace, spanning from version 3.5.0 up to the latest beta, 5.0.0-beta05."],["`ShortRepresentation` is a class used for a condensed view of a node and its subtree, particularly relevant for `SCALAR` PlanNodes."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ShortRepresentation` class include `Description`, a string representing the subtree, and `Subqueries`, a mapping of subquery variable names to node IDs."],["The document details the available constructors for `ShortRepresentation`, including a default constructor and one that accepts another `ShortRepresentation` object as a parameter."]]],[]]