Uses of Interface
com.google.spanner.v1.PlanNodeOrBuilder
-
Packages that use PlanNodeOrBuilder Package Description com.google.spanner.v1 -
-
Uses of PlanNodeOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement PlanNodeOrBuilder Modifier and Type Class Description class
PlanNode
Node information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].static class
PlanNode.Builder
Node information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].Methods in com.google.spanner.v1 that return PlanNodeOrBuilder Modifier and Type Method Description PlanNodeOrBuilder
QueryPlan.Builder. getPlanNodesOrBuilder(int index)
The nodes in the query plan.PlanNodeOrBuilder
QueryPlan. getPlanNodesOrBuilder(int index)
The nodes in the query plan.PlanNodeOrBuilder
QueryPlanOrBuilder. getPlanNodesOrBuilder(int index)
The nodes in the query plan.Methods in com.google.spanner.v1 that return types with arguments of type PlanNodeOrBuilder Modifier and Type Method Description List<? extends PlanNodeOrBuilder>
QueryPlan.Builder. getPlanNodesOrBuilderList()
The nodes in the query plan.List<? extends PlanNodeOrBuilder>
QueryPlan. getPlanNodesOrBuilderList()
The nodes in the query plan.List<? extends PlanNodeOrBuilder>
QueryPlanOrBuilder. getPlanNodesOrBuilderList()
The nodes in the query plan.
-