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

com.pingcap.tidb.tipb.SelectResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: select.proto

package com.pingcap.tidb.tipb;

public interface SelectResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.SelectResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .tipb.Error error = 1;
   */
  boolean hasError();
  /**
   * optional .tipb.Error error = 1;
   */
  com.pingcap.tidb.tipb.Error getError();
  /**
   * optional .tipb.Error error = 1;
   */
  com.pingcap.tidb.tipb.ErrorOrBuilder getErrorOrBuilder();

  /**
   * 
   * Result rows.
   * 
* * repeated .tipb.Row rows = 2; */ java.util.List getRowsList(); /** *
   * Result rows.
   * 
* * repeated .tipb.Row rows = 2; */ com.pingcap.tidb.tipb.Row getRows(int index); /** *
   * Result rows.
   * 
* * repeated .tipb.Row rows = 2; */ int getRowsCount(); /** *
   * Result rows.
   * 
* * repeated .tipb.Row rows = 2; */ java.util.List getRowsOrBuilderList(); /** *
   * Result rows.
   * 
* * repeated .tipb.Row rows = 2; */ com.pingcap.tidb.tipb.RowOrBuilder getRowsOrBuilder( int index); /** *
   * Use multiple chunks to reduce memory allocation and
   * avoid allocating large contiguous memory.
   * 
* * repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false]; */ java.util.List getChunksList(); /** *
   * Use multiple chunks to reduce memory allocation and
   * avoid allocating large contiguous memory.
   * 
* * repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false]; */ com.pingcap.tidb.tipb.Chunk getChunks(int index); /** *
   * Use multiple chunks to reduce memory allocation and
   * avoid allocating large contiguous memory.
   * 
* * repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false]; */ int getChunksCount(); /** *
   * Use multiple chunks to reduce memory allocation and
   * avoid allocating large contiguous memory.
   * 
* * repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false]; */ java.util.List getChunksOrBuilderList(); /** *
   * Use multiple chunks to reduce memory allocation and
   * avoid allocating large contiguous memory.
   * 
* * repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false]; */ com.pingcap.tidb.tipb.ChunkOrBuilder getChunksOrBuilder( int index); /** * repeated .tipb.Error warnings = 4; */ java.util.List getWarningsList(); /** * repeated .tipb.Error warnings = 4; */ com.pingcap.tidb.tipb.Error getWarnings(int index); /** * repeated .tipb.Error warnings = 4; */ int getWarningsCount(); /** * repeated .tipb.Error warnings = 4; */ java.util.List getWarningsOrBuilderList(); /** * repeated .tipb.Error warnings = 4; */ com.pingcap.tidb.tipb.ErrorOrBuilder getWarningsOrBuilder( int index); /** * repeated int64 output_counts = 5; */ java.util.List getOutputCountsList(); /** * repeated int64 output_counts = 5; */ int getOutputCountsCount(); /** * repeated int64 output_counts = 5; */ long getOutputCounts(int index); /** * optional int64 warning_count = 6; */ boolean hasWarningCount(); /** * optional int64 warning_count = 6; */ long getWarningCount(); /** *
   * The execution summary of each executor, in the order in request.
   * 
* * repeated .tipb.ExecutorExecutionSummary execution_summaries = 8; */ java.util.List getExecutionSummariesList(); /** *
   * The execution summary of each executor, in the order in request.
   * 
* * repeated .tipb.ExecutorExecutionSummary execution_summaries = 8; */ com.pingcap.tidb.tipb.ExecutorExecutionSummary getExecutionSummaries(int index); /** *
   * The execution summary of each executor, in the order in request.
   * 
* * repeated .tipb.ExecutorExecutionSummary execution_summaries = 8; */ int getExecutionSummariesCount(); /** *
   * The execution summary of each executor, in the order in request.
   * 
* * repeated .tipb.ExecutorExecutionSummary execution_summaries = 8; */ java.util.List getExecutionSummariesOrBuilderList(); /** *
   * The execution summary of each executor, in the order in request.
   * 
* * repeated .tipb.ExecutorExecutionSummary execution_summaries = 8; */ com.pingcap.tidb.tipb.ExecutorExecutionSummaryOrBuilder getExecutionSummariesOrBuilder( int index); /** *
   * It indicates the encode type of response.
   * 
* * optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false]; */ boolean hasEncodeType(); /** *
   * It indicates the encode type of response.
   * 
* * optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false]; */ com.pingcap.tidb.tipb.EncodeType getEncodeType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy