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."],[[["This document outlines the `ChildLink` class, which is part of the `Google.Cloud.Spanner.V1` namespace, specifically within the context of `PlanNode.Types`, and is used to represent the parent-child relationships within a `PlanNode`."],["The `ChildLink` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `ChildLink` class has two constructors, a default one and one that takes another `ChildLink` object as a parameter for copying."],["The class includes properties such as `ChildIndex` (an integer representing the linked node), `Type` (a string describing the link type), and `Variable` (a string representing the output variable name, relevant when the child node is a scalar)."],["The latest version available is `5.0.0-beta05`, and the webpage lists multiple previous versions from `5.0.0-beta04` all the way down to `3.5.0`."]]],[]]