Uses of Interface
com.google.spanner.v1.PlanNodeOrBuilder
-
-
Uses of PlanNodeOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement PlanNodeOrBuilder Modifier and Type Class Description classPlanNodeNode information for nodes appearing in a [QueryPlan.plan_nodes][google.spanner.v1.QueryPlan.plan_nodes].static classPlanNode.BuilderNode 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 PlanNodeOrBuilderQueryPlan.Builder. getPlanNodesOrBuilder(int index)The nodes in the query plan.PlanNodeOrBuilderQueryPlan. getPlanNodesOrBuilder(int index)The nodes in the query plan.PlanNodeOrBuilderQueryPlanOrBuilder. 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.
-