Class ShortRepresentation
Condensed representation of a node and its subtree. Only present for SCALAR
PlanNode(s).
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ShortRepresentation : IDirectResponseSchema
Properties
Description
A string representation of the expression subtree rooted at this node.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Subqueries
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.
Declaration
[JsonProperty("subqueries")]
public virtual IDictionary<string, int?> Subqueries { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, int?> |