PlanNode_ShortRepresentation
class PlanNode_ShortRepresentation extends Message
Condensed representation of a node and its subtree. Only present for
SCALAR
[PlanNode(s)][google.spanner.v1.PlanNode].
Protobuf type Google\Spanner\V1\PlanNode\ShortRepresentation
Methods
No description
A string representation of the expression subtree rooted at this node.
A string representation of the expression subtree rooted at this node.
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.
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.
Details
at line 36
__construct()
at line 47
string
getDescription()
A string representation of the expression subtree rooted at this node.
Generated from protobuf field string description = 1;
at line 58
setDescription(string $var)
A string representation of the expression subtree rooted at this node.
Generated from protobuf field string description = 1;
at line 74
RepeatedField
getSubqueries()
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.
Generated from protobuf field map<string, int32> subqueries = 2;
at line 89
setSubqueries(array|RepeatedField $var)
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.
Generated from protobuf field map<string, int32> subqueries = 2;