All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler.  DO NOT EDIT!
// source: google/spanner/v1/query_plan.proto

package nl.topicus.jdbc.shaded.com.google.spanner.v1;

public interface QueryPlanOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.v1.QueryPlan)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ java.util.List 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; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.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; */ 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; */ java.util.List 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; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder getPlanNodesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy