com.pingcap.tidb.tipb.StreamResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: select.proto
package com.pingcap.tidb.tipb;
public interface StreamResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.StreamResponse)
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();
/**
*
* Data for all rows
*
*
* optional bytes data = 3 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/pingcap/tipb/sharedbytes.SharedBytes"];
*/
boolean hasData();
/**
*
* Data for all rows
*
*
* optional bytes data = 3 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/pingcap/tipb/sharedbytes.SharedBytes"];
*/
com.google.protobuf.ByteString getData();
/**
* 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 extends com.pingcap.tidb.tipb.ErrorOrBuilder>
getWarningsOrBuilderList();
/**
* repeated .tipb.Error warnings = 4;
*/
com.pingcap.tidb.tipb.ErrorOrBuilder getWarningsOrBuilder(
int index);
/**
*
* output row count for each executor
*
*
* repeated int64 output_counts = 5;
*/
java.util.List getOutputCountsList();
/**
*
* output row count for each executor
*
*
* repeated int64 output_counts = 5;
*/
int getOutputCountsCount();
/**
*
* output row count for each executor
*
*
* repeated int64 output_counts = 5;
*/
long getOutputCounts(int index);
/**
* optional int64 warning_count = 6;
*/
boolean hasWarningCount();
/**
* optional int64 warning_count = 6;
*/
long getWarningCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy