The type of the link. For example, in Hash Joins this could be used to
distinguish between the build child and the probe child, or in the case
of the child being an output variable, to represent the tag associated
with the output variable.
Only present if the child node is [SCALAR][google.spanner.v1.PlanNode.Kind.SCALAR] and corresponds
to an output variable of the parent node. The field carries the name of
the output variable.
For example, a TableScan operator that reads rows from a table will
have child links to the SCALAR nodes representing the output variables
created for each column that is read by the operator. The corresponding
variable fields will be set to the variable names assigned to the
columns.
[[["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 latest version of the `Google.Cloud.Spanner.V1` package is `5.0.0-beta05`, with multiple prior versions available ranging from `5.0.0-beta04` down to `3.5.0`."],["`ChildLink` is a class representing the relationship between parent and child nodes within a `PlanNode`, as defined in the `Google.Cloud.Spanner.V1` namespace, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ChildLink` class has properties including `ChildIndex` (an integer indicating the node the link is pointing to), `Type` (a string describing the link type), and `Variable` (a string identifying the output variable name if the child node is scalar)."],["The `ChildLink` class includes two constructors: a default constructor and one that accepts another `ChildLink` object as a parameter."],["The content lists the assembly, namespace, implemented interfaces, inheritance, inherited members, constructors, and properties relating to the `ChildLink` class, part of the `PlanNode.Types` in `Google.Cloud.Spanner.V1`."]]],[]]