public interface StreamResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
Data for all rows
|
Error |
getError()
optional .tipb.Error error = 1; |
ErrorOrBuilder |
getErrorOrBuilder()
optional .tipb.Error error = 1; |
long |
getOutputCounts(int index)
output row count for each executor
|
int |
getOutputCountsCount()
output row count for each executor
|
List<Long> |
getOutputCountsList()
output row count for each executor
|
long |
getWarningCount()
optional int64 warning_count = 6; |
Error |
getWarnings(int index)
repeated .tipb.Error warnings = 4; |
int |
getWarningsCount()
repeated .tipb.Error warnings = 4; |
List<Error> |
getWarningsList()
repeated .tipb.Error warnings = 4; |
ErrorOrBuilder |
getWarningsOrBuilder(int index)
repeated .tipb.Error warnings = 4; |
List<? extends ErrorOrBuilder> |
getWarningsOrBuilderList()
repeated .tipb.Error warnings = 4; |
boolean |
hasData()
Data for all rows
|
boolean |
hasError()
optional .tipb.Error error = 1; |
boolean |
hasWarningCount()
optional int64 warning_count = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasError()
optional .tipb.Error error = 1;
Error getError()
optional .tipb.Error error = 1;
ErrorOrBuilder getErrorOrBuilder()
optional .tipb.Error error = 1;
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()
Data for all rows
optional bytes data = 3 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/pingcap/tipb/sharedbytes.SharedBytes"];
Error getWarnings(int index)
repeated .tipb.Error warnings = 4;
int getWarningsCount()
repeated .tipb.Error warnings = 4;
List<? extends ErrorOrBuilder> getWarningsOrBuilderList()
repeated .tipb.Error warnings = 4;
ErrorOrBuilder getWarningsOrBuilder(int index)
repeated .tipb.Error warnings = 4;
List<Long> 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)
output row count for each executor
repeated int64 output_counts = 5;
index
- The index of the element to return.boolean hasWarningCount()
optional int64 warning_count = 6;
long getWarningCount()
optional int64 warning_count = 6;
Copyright © 2024 PingCAP. All rights reserved.