Interface QueryPlanOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryPlan, QueryPlan.Builder

public interface QueryPlanOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPlanNodes(int index)
    The nodes in the query plan.
    int
    The nodes in the query plan.
    The nodes in the query plan.
    The nodes in the query plan.
    The nodes in the query plan.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPlanNodesList

      List<PlanNode> getPlanNodesList()
       The nodes in the query plan. Plan nodes are returned in pre-order starting
       with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
       `plan_nodes`.
       
      repeated .google.spanner.v1.PlanNode plan_nodes = 1;
    • getPlanNodes

      PlanNode getPlanNodes(int index)
       The nodes in the query plan. Plan nodes are returned in pre-order starting
       with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
       `plan_nodes`.
       
      repeated .google.spanner.v1.PlanNode plan_nodes = 1;
    • getPlanNodesCount

      int getPlanNodesCount()
       The nodes in the query plan. Plan nodes are returned in pre-order starting
       with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
       `plan_nodes`.
       
      repeated .google.spanner.v1.PlanNode plan_nodes = 1;
    • getPlanNodesOrBuilderList

      List<? extends PlanNodeOrBuilder> getPlanNodesOrBuilderList()
       The nodes in the query plan. Plan nodes are returned in pre-order starting
       with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
       `plan_nodes`.
       
      repeated .google.spanner.v1.PlanNode plan_nodes = 1;
    • getPlanNodesOrBuilder

      PlanNodeOrBuilder getPlanNodesOrBuilder(int index)
       The nodes in the query plan. Plan nodes are returned in pre-order starting
       with the plan root. Each [PlanNode][google.spanner.v1.PlanNode]'s `id` corresponds to its index in
       `plan_nodes`.
       
      repeated .google.spanner.v1.PlanNode plan_nodes = 1;