nl.topicus.jdbc.shaded.com.google.spanner.v1.QueryPlanOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// 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 extends nl.topicus.jdbc.shaded.com.google.spanner.v1.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;
*/
nl.topicus.jdbc.shaded.com.google.spanner.v1.PlanNodeOrBuilder getPlanNodesOrBuilder(
int index);
}