public static final class SelectResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder> implements SelectResponseOrBuilder
Response for SelectRequest.Protobuf type
tipb.SelectResponse| Modifier and Type | Method and Description |
|---|---|
SelectResponse.Builder |
addAllChunks(Iterable<? extends Chunk> values)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
addAllExecutionSummaries(Iterable<? extends ExecutorExecutionSummary> values)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
addAllOutputCounts(Iterable<? extends Long> values)
repeated int64 output_counts = 5; |
SelectResponse.Builder |
addAllRows(Iterable<? extends Row> values)
Result rows.
|
SelectResponse.Builder |
addAllWarnings(Iterable<? extends Error> values)
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
addChunks(Chunk.Builder builderForValue)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
addChunks(Chunk value)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
addChunks(int index,
Chunk.Builder builderForValue)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
addChunks(int index,
Chunk value)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Chunk.Builder |
addChunksBuilder()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Chunk.Builder |
addChunksBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
addExecutionSummaries(ExecutorExecutionSummary.Builder builderForValue)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
addExecutionSummaries(ExecutorExecutionSummary value)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
addExecutionSummaries(int index,
ExecutorExecutionSummary.Builder builderForValue)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
addExecutionSummaries(int index,
ExecutorExecutionSummary value)
The execution summary of each executor, in the order in request.
|
ExecutorExecutionSummary.Builder |
addExecutionSummariesBuilder()
The execution summary of each executor, in the order in request.
|
ExecutorExecutionSummary.Builder |
addExecutionSummariesBuilder(int index)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
addOutputCounts(long value)
repeated int64 output_counts = 5; |
SelectResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SelectResponse.Builder |
addRows(int index,
Row.Builder builderForValue)
Result rows.
|
SelectResponse.Builder |
addRows(int index,
Row value)
Result rows.
|
SelectResponse.Builder |
addRows(Row.Builder builderForValue)
Result rows.
|
SelectResponse.Builder |
addRows(Row value)
Result rows.
|
Row.Builder |
addRowsBuilder()
Result rows.
|
Row.Builder |
addRowsBuilder(int index)
Result rows.
|
SelectResponse.Builder |
addWarnings(Error.Builder builderForValue)
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
addWarnings(Error value)
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
addWarnings(int index,
Error.Builder builderForValue)
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
addWarnings(int index,
Error value)
repeated .tipb.Error warnings = 4; |
Error.Builder |
addWarningsBuilder()
repeated .tipb.Error warnings = 4; |
Error.Builder |
addWarningsBuilder(int index)
repeated .tipb.Error warnings = 4; |
SelectResponse |
build() |
SelectResponse |
buildPartial() |
SelectResponse.Builder |
clear() |
SelectResponse.Builder |
clearChunks()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
clearEncodeType()
It indicates the encode type of response.
|
SelectResponse.Builder |
clearError()
optional .tipb.Error error = 1; |
SelectResponse.Builder |
clearExecutionSummaries()
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SelectResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SelectResponse.Builder |
clearOutputCounts()
repeated int64 output_counts = 5; |
SelectResponse.Builder |
clearRows()
Result rows.
|
SelectResponse.Builder |
clearWarningCount()
optional int64 warning_count = 6; |
SelectResponse.Builder |
clearWarnings()
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
clone() |
Chunk |
getChunks(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Chunk.Builder |
getChunksBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<Chunk.Builder> |
getChunksBuilderList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
int |
getChunksCount()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<Chunk> |
getChunksList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
ChunkOrBuilder |
getChunksOrBuilder(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<? extends ChunkOrBuilder> |
getChunksOrBuilderList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EncodeType |
getEncodeType()
It indicates the encode type of response.
|
Error |
getError()
optional .tipb.Error error = 1; |
Error.Builder |
getErrorBuilder()
optional .tipb.Error error = 1; |
ErrorOrBuilder |
getErrorOrBuilder()
optional .tipb.Error error = 1; |
ExecutorExecutionSummary |
getExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
|
ExecutorExecutionSummary.Builder |
getExecutionSummariesBuilder(int index)
The execution summary of each executor, in the order in request.
|
List<ExecutorExecutionSummary.Builder> |
getExecutionSummariesBuilderList()
The execution summary of each executor, in the order in request.
|
int |
getExecutionSummariesCount()
The execution summary of each executor, in the order in request.
|
List<ExecutorExecutionSummary> |
getExecutionSummariesList()
The execution summary of each executor, in the order in request.
|
ExecutorExecutionSummaryOrBuilder |
getExecutionSummariesOrBuilder(int index)
The execution summary of each executor, in the order in request.
|
List<? extends ExecutorExecutionSummaryOrBuilder> |
getExecutionSummariesOrBuilderList()
The execution summary of each executor, in the order in request.
|
long |
getOutputCounts(int index)
repeated int64 output_counts = 5; |
int |
getOutputCountsCount()
repeated int64 output_counts = 5; |
List<Long> |
getOutputCountsList()
repeated int64 output_counts = 5; |
Row |
getRows(int index)
Result rows.
|
Row.Builder |
getRowsBuilder(int index)
Result rows.
|
List<Row.Builder> |
getRowsBuilderList()
Result rows.
|
int |
getRowsCount()
Result rows.
|
List<Row> |
getRowsList()
Result rows.
|
RowOrBuilder |
getRowsOrBuilder(int index)
Result rows.
|
List<? extends RowOrBuilder> |
getRowsOrBuilderList()
Result rows.
|
long |
getWarningCount()
optional int64 warning_count = 6; |
Error |
getWarnings(int index)
repeated .tipb.Error warnings = 4; |
Error.Builder |
getWarningsBuilder(int index)
repeated .tipb.Error warnings = 4; |
List<Error.Builder> |
getWarningsBuilderList()
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 |
hasEncodeType()
It indicates the encode type of response.
|
boolean |
hasError()
optional .tipb.Error error = 1; |
boolean |
hasWarningCount()
optional int64 warning_count = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SelectResponse.Builder |
mergeError(Error value)
optional .tipb.Error error = 1; |
SelectResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SelectResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
SelectResponse.Builder |
mergeFrom(SelectResponse other) |
SelectResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SelectResponse.Builder |
removeChunks(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
removeExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
removeRows(int index)
Result rows.
|
SelectResponse.Builder |
removeWarnings(int index)
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
setChunks(int index,
Chunk.Builder builderForValue)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
setChunks(int index,
Chunk value)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
setEncodeType(EncodeType value)
It indicates the encode type of response.
|
SelectResponse.Builder |
setError(Error.Builder builderForValue)
optional .tipb.Error error = 1; |
SelectResponse.Builder |
setError(Error value)
optional .tipb.Error error = 1; |
SelectResponse.Builder |
setExecutionSummaries(int index,
ExecutorExecutionSummary.Builder builderForValue)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
setExecutionSummaries(int index,
ExecutorExecutionSummary value)
The execution summary of each executor, in the order in request.
|
SelectResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SelectResponse.Builder |
setOutputCounts(int index,
long value)
repeated int64 output_counts = 5; |
SelectResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SelectResponse.Builder |
setRows(int index,
Row.Builder builderForValue)
Result rows.
|
SelectResponse.Builder |
setRows(int index,
Row value)
Result rows.
|
SelectResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SelectResponse.Builder |
setWarningCount(long value)
optional int64 warning_count = 6; |
SelectResponse.Builder |
setWarnings(int index,
Error.Builder builderForValue)
repeated .tipb.Error warnings = 4; |
SelectResponse.Builder |
setWarnings(int index,
Error value)
repeated .tipb.Error warnings = 4; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SelectResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SelectResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SelectResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SelectResponse.Builder>public SelectResponse.Builder mergeFrom(SelectResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SelectResponse.Builder>IOExceptionpublic boolean hasError()
optional .tipb.Error error = 1;hasError in interface SelectResponseOrBuilderpublic Error getError()
optional .tipb.Error error = 1;getError in interface SelectResponseOrBuilderpublic SelectResponse.Builder setError(Error value)
optional .tipb.Error error = 1;public SelectResponse.Builder setError(Error.Builder builderForValue)
optional .tipb.Error error = 1;public SelectResponse.Builder mergeError(Error value)
optional .tipb.Error error = 1;public SelectResponse.Builder clearError()
optional .tipb.Error error = 1;public Error.Builder getErrorBuilder()
optional .tipb.Error error = 1;public ErrorOrBuilder getErrorOrBuilder()
optional .tipb.Error error = 1;getErrorOrBuilder in interface SelectResponseOrBuilderpublic List<Row> getRowsList()
Result rows.
repeated .tipb.Row rows = 2;getRowsList in interface SelectResponseOrBuilderpublic int getRowsCount()
Result rows.
repeated .tipb.Row rows = 2;getRowsCount in interface SelectResponseOrBuilderpublic Row getRows(int index)
Result rows.
repeated .tipb.Row rows = 2;getRows in interface SelectResponseOrBuilderpublic SelectResponse.Builder setRows(int index, Row value)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder setRows(int index, Row.Builder builderForValue)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder addRows(Row value)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder addRows(int index, Row value)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder addRows(Row.Builder builderForValue)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder addRows(int index, Row.Builder builderForValue)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder addAllRows(Iterable<? extends Row> values)
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder clearRows()
Result rows.
repeated .tipb.Row rows = 2;public SelectResponse.Builder removeRows(int index)
Result rows.
repeated .tipb.Row rows = 2;public Row.Builder getRowsBuilder(int index)
Result rows.
repeated .tipb.Row rows = 2;public RowOrBuilder getRowsOrBuilder(int index)
Result rows.
repeated .tipb.Row rows = 2;getRowsOrBuilder in interface SelectResponseOrBuilderpublic List<? extends RowOrBuilder> getRowsOrBuilderList()
Result rows.
repeated .tipb.Row rows = 2;getRowsOrBuilderList in interface SelectResponseOrBuilderpublic Row.Builder addRowsBuilder()
Result rows.
repeated .tipb.Row rows = 2;public Row.Builder addRowsBuilder(int index)
Result rows.
repeated .tipb.Row rows = 2;public List<Row.Builder> getRowsBuilderList()
Result rows.
repeated .tipb.Row rows = 2;public List<Chunk> getChunksList()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];getChunksList in interface SelectResponseOrBuilderpublic int getChunksCount()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];getChunksCount in interface SelectResponseOrBuilderpublic 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];getChunks in interface SelectResponseOrBuilderpublic SelectResponse.Builder setChunks(int index, Chunk value)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder setChunks(int index, Chunk.Builder builderForValue)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder addChunks(Chunk value)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder addChunks(int index, Chunk value)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder addChunks(Chunk.Builder builderForValue)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder addChunks(int index, Chunk.Builder builderForValue)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder addAllChunks(Iterable<? extends Chunk> values)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder clearChunks()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public SelectResponse.Builder removeChunks(int index)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public Chunk.Builder getChunksBuilder(int index)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public ChunkOrBuilder getChunksOrBuilder(int index)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];getChunksOrBuilder in interface SelectResponseOrBuilderpublic List<? extends ChunkOrBuilder> getChunksOrBuilderList()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];getChunksOrBuilderList in interface SelectResponseOrBuilderpublic Chunk.Builder addChunksBuilder()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public Chunk.Builder addChunksBuilder(int index)
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public List<Chunk.Builder> getChunksBuilderList()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];public List<Error> getWarningsList()
repeated .tipb.Error warnings = 4;getWarningsList in interface SelectResponseOrBuilderpublic int getWarningsCount()
repeated .tipb.Error warnings = 4;getWarningsCount in interface SelectResponseOrBuilderpublic Error getWarnings(int index)
repeated .tipb.Error warnings = 4;getWarnings in interface SelectResponseOrBuilderpublic SelectResponse.Builder setWarnings(int index, Error value)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder setWarnings(int index, Error.Builder builderForValue)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder addWarnings(Error value)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder addWarnings(int index, Error value)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder addWarnings(Error.Builder builderForValue)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder addWarnings(int index, Error.Builder builderForValue)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder addAllWarnings(Iterable<? extends Error> values)
repeated .tipb.Error warnings = 4;public SelectResponse.Builder clearWarnings()
repeated .tipb.Error warnings = 4;public SelectResponse.Builder removeWarnings(int index)
repeated .tipb.Error warnings = 4;public Error.Builder getWarningsBuilder(int index)
repeated .tipb.Error warnings = 4;public ErrorOrBuilder getWarningsOrBuilder(int index)
repeated .tipb.Error warnings = 4;getWarningsOrBuilder in interface SelectResponseOrBuilderpublic List<? extends ErrorOrBuilder> getWarningsOrBuilderList()
repeated .tipb.Error warnings = 4;getWarningsOrBuilderList in interface SelectResponseOrBuilderpublic Error.Builder addWarningsBuilder()
repeated .tipb.Error warnings = 4;public Error.Builder addWarningsBuilder(int index)
repeated .tipb.Error warnings = 4;public List<Error.Builder> getWarningsBuilderList()
repeated .tipb.Error warnings = 4;public List<Long> getOutputCountsList()
repeated int64 output_counts = 5;getOutputCountsList in interface SelectResponseOrBuilderpublic int getOutputCountsCount()
repeated int64 output_counts = 5;getOutputCountsCount in interface SelectResponseOrBuilderpublic long getOutputCounts(int index)
repeated int64 output_counts = 5;getOutputCounts in interface SelectResponseOrBuilderindex - The index of the element to return.public SelectResponse.Builder setOutputCounts(int index, long value)
repeated int64 output_counts = 5;index - The index to set the value at.value - The outputCounts to set.public SelectResponse.Builder addOutputCounts(long value)
repeated int64 output_counts = 5;value - The outputCounts to add.public SelectResponse.Builder addAllOutputCounts(Iterable<? extends Long> values)
repeated int64 output_counts = 5;values - The outputCounts to add.public SelectResponse.Builder clearOutputCounts()
repeated int64 output_counts = 5;public boolean hasWarningCount()
optional int64 warning_count = 6;hasWarningCount in interface SelectResponseOrBuilderpublic long getWarningCount()
optional int64 warning_count = 6;getWarningCount in interface SelectResponseOrBuilderpublic SelectResponse.Builder setWarningCount(long value)
optional int64 warning_count = 6;value - The warningCount to set.public SelectResponse.Builder clearWarningCount()
optional int64 warning_count = 6;public List<ExecutorExecutionSummary> getExecutionSummariesList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;getExecutionSummariesList in interface SelectResponseOrBuilderpublic int getExecutionSummariesCount()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;getExecutionSummariesCount in interface SelectResponseOrBuilderpublic ExecutorExecutionSummary getExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;getExecutionSummaries in interface SelectResponseOrBuilderpublic SelectResponse.Builder setExecutionSummaries(int index, ExecutorExecutionSummary value)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder setExecutionSummaries(int index, ExecutorExecutionSummary.Builder builderForValue)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder addExecutionSummaries(ExecutorExecutionSummary value)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder addExecutionSummaries(int index, ExecutorExecutionSummary value)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder addExecutionSummaries(ExecutorExecutionSummary.Builder builderForValue)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder addExecutionSummaries(int index, ExecutorExecutionSummary.Builder builderForValue)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder addAllExecutionSummaries(Iterable<? extends ExecutorExecutionSummary> values)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder clearExecutionSummaries()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public SelectResponse.Builder removeExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public ExecutorExecutionSummary.Builder getExecutionSummariesBuilder(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public ExecutorExecutionSummaryOrBuilder getExecutionSummariesOrBuilder(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;getExecutionSummariesOrBuilder in interface SelectResponseOrBuilderpublic List<? extends ExecutorExecutionSummaryOrBuilder> getExecutionSummariesOrBuilderList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;getExecutionSummariesOrBuilderList in interface SelectResponseOrBuilderpublic ExecutorExecutionSummary.Builder addExecutionSummariesBuilder()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public ExecutorExecutionSummary.Builder addExecutionSummariesBuilder(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public List<ExecutorExecutionSummary.Builder> getExecutionSummariesBuilderList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public boolean hasEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];hasEncodeType in interface SelectResponseOrBuilderpublic EncodeType getEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];getEncodeType in interface SelectResponseOrBuilderpublic SelectResponse.Builder setEncodeType(EncodeType value)
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];value - The encodeType to set.public SelectResponse.Builder clearEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];public final SelectResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public final SelectResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>Copyright © 2025 PingCAP. All rights reserved.