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 `ShortRepresentation` class provides a condensed view of a node and its subtree within the `Google.Cloud.Spanner.V1` namespace, and is specifically for `SCALAR` PlanNodes."],["Version 5.0.0-beta05 is the latest release, with multiple previous versions available for `PlanNode.Types.ShortRepresentation`, dating back to version 3.5.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the `Object` class."],["The class offers two constructors: a default `ShortRepresentation()` and another that takes a `PlanNode.Types.ShortRepresentation` object as a parameter."],["It contains properties like `Description`, which is a string representation of the expression subtree, and `Subqueries`, which maps subquery variable names to their node IDs."]]],[]]