Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ShortRepresentation |
ShortRepresentation.clone() |
ShortRepresentation |
PlanNode.getShortRepresentation()
Condensed representation for SCALAR nodes.
|
ShortRepresentation |
ShortRepresentation.set(String fieldName,
Object value) |
ShortRepresentation |
ShortRepresentation.setDescription(String description)
A string representation of the expression subtree rooted at this node.
|
ShortRepresentation |
ShortRepresentation.setSubqueries(Map<String,Integer> 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.
|
Modifier and Type | Method and Description |
---|---|
PlanNode |
PlanNode.setShortRepresentation(ShortRepresentation shortRepresentation)
Condensed representation for SCALAR nodes.
|
Copyright © 2011–2025 Google. All rights reserved.