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 page provides documentation for `PlanNode.Types.ShortRepresentation` within the `Google.Cloud.Spanner.V1` namespace, detailing its condensed representation of a node and its subtree."],["This `ShortRepresentation` class is specifically used for `SCALAR` PlanNodes and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that accepts a `PlanNode.Types.ShortRepresentation` object, with two main properties: Description, which is a string, and Subqueries which is of type `MapField\u003cstring, int\u003e`."],["Multiple versions of `Google.Cloud.Spanner.V1` are documented, with version `5.0.0-beta05` being the latest and version `3.5.0` being the earliest."],["Version 3.11.0 is highlighted as a specific version that the documentation is focused on."]]],[]]