Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
PlanNode |
PlanNode.clone() |
PlanNode |
PlanNode.set(String fieldName,
Object value) |
PlanNode |
PlanNode.setChildLinks(List<ChildLink> childLinks)
List of child node `index`es and their relationship to this parent.
|
PlanNode |
PlanNode.setDisplayName(String displayName)
The display name for the node.
|
PlanNode |
PlanNode.setExecutionStats(Map<String,Object> executionStats)
The execution statistics associated with the node, contained in a group of key-value pairs.
|
PlanNode |
PlanNode.setIndex(Integer index)
The `PlanNode`'s index in node list.
|
PlanNode |
PlanNode.setKind(String kind)
Used to determine the type of node.
|
PlanNode |
PlanNode.setMetadata(Map<String,Object> metadata)
Attributes relevant to the node contained in a group of key-value pairs.
|
PlanNode |
PlanNode.setShortRepresentation(ShortRepresentation shortRepresentation)
Condensed representation for SCALAR nodes.
|
Modifier and Type | Method and Description |
---|---|
List<PlanNode> |
QueryPlan.getPlanNodes()
The nodes in the query plan.
|
Modifier and Type | Method and Description |
---|---|
QueryPlan |
QueryPlan.setPlanNodes(List<PlanNode> planNodes)
The nodes in the query plan.
|
Copyright © 2011–2025 Google. All rights reserved.