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."],[[["This document provides reference documentation for the `PlanNode.Types.ShortRepresentation` class within the Google Cloud Spanner v1 API, specifically within the .NET environment."],["`PlanNode.Types.ShortRepresentation` is a condensed view of a node and its subtree, only relevant to `SCALAR` PlanNodes in Google Cloud Spanner, and it implements several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties like `Description`, which is a string representation of the expression subtree, and `Subqueries`, which maps subquery variable names to their node IDs."],["This class has two constructors, a default one, and another that copies an existing `ShortRepresentation` object."],["The documentation available references various versions, from 3.5.0 to 5.0.0-beta05 of the Google Cloud Spanner V1, highlighting various released and beta versions."]]],[]]