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

__construct()

No description

string
getDescription()

A string representation of the expression subtree rooted at this node.

setDescription(string $var)

A string representation of the expression subtree rooted at this node.

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.

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.

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;

Return Value

string

at line 58
setDescription(string $var)

A string representation of the expression subtree rooted at this node.

Generated from protobuf field string description = 1;

Parameters

string $var

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;

Return Value

RepeatedField

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;

Parameters

array|RepeatedField $var