type property

String? type
getter/setter pair

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.

Implementation

core.String? type;