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-03-21 UTC."],[[["The webpage details the `ShortRepresentation` class, a condensed view of a node and its subtree, relevant specifically to `SCALAR` PlanNodes within the `Google.Cloud.Spanner.V1` namespace, version 3.8.0."],["The `ShortRepresentation` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, which provide functionality related to messaging, equality comparison, deep cloning, and buffer handling."],["The class contains a constructor that allows creating a new `ShortRepresentation` object, either empty or as a copy of another `ShortRepresentation` instance, and has two main properties which include a `Description` string and a `Subqueries` map field that links subquery variable names to subquery node IDs."],["This resource provides documentation for various versions of the `Google.Cloud.Spanner.V1` library, ranging from the latest beta release (5.0.0-beta05) down to version 3.5.0, each with their own corresponding documentation pages."]]],[]]