Class: Google::Spanner::V1::PlanNode::ShortRepresentation
- Inherits:
-
Object
- Object
- Google::Spanner::V1::PlanNode::ShortRepresentation
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/query_plan.rb
Overview
Condensed representation of a node and its subtree. Only present for
SCALAR
PlanNode(s).
Instance Attribute Summary collapse
-
#description ⇒ String
A string representation of the expression subtree rooted at this node.
-
#subqueries ⇒ Hash{String => Integer}
A mapping of (subquery variable name) -> (subquery node id) for cases where the
description
string of this node references aSCALAR
subquery contained in the expression subtree rooted at this node.
Instance Attribute Details
#description ⇒ String
Returns A string representation of the expression subtree rooted at this node.
91 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/query_plan.rb', line 91 class ShortRepresentation; end |
#subqueries ⇒ Hash{String => Integer}
Returns 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.
91 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/query_plan.rb', line 91 class ShortRepresentation; end |