public static final class SelectResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder> implements SelectResponseOrBuilder
Response for SelectRequest.Protobuf type
tipb.SelectResponse| 限定符和类型 | 方法和说明 |
|---|---|
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, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic SelectResponse build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic SelectResponse buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic SelectResponse.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<SelectResponse.Builder>public SelectResponse.Builder mergeFrom(SelectResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public SelectResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<SelectResponse.Builder>IOExceptionpublic boolean hasError()
optional .tipb.Error error = 1;hasError 在接口中 SelectResponseOrBuilderpublic Error getError()
optional .tipb.Error error = 1;getError 在接口中 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 在接口中 SelectResponseOrBuilderpublic List<Row> getRowsList()
Result rows.
repeated .tipb.Row rows = 2;getRowsList 在接口中 SelectResponseOrBuilderpublic int getRowsCount()
Result rows.
repeated .tipb.Row rows = 2;getRowsCount 在接口中 SelectResponseOrBuilderpublic Row getRows(int index)
Result rows.
repeated .tipb.Row rows = 2;getRows 在接口中 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 在接口中 SelectResponseOrBuilderpublic List<? extends RowOrBuilder> getRowsOrBuilderList()
Result rows.
repeated .tipb.Row rows = 2;getRowsOrBuilderList 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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];public 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 在接口中 SelectResponseOrBuilderpublic int getWarningsCount()
repeated .tipb.Error warnings = 4;getWarningsCount 在接口中 SelectResponseOrBuilderpublic Error getWarnings(int index)
repeated .tipb.Error warnings = 4;getWarnings 在接口中 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 在接口中 SelectResponseOrBuilderpublic List<? extends ErrorOrBuilder> getWarningsOrBuilderList()
repeated .tipb.Error warnings = 4;public 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 在接口中 SelectResponseOrBuilderpublic int getOutputCountsCount()
repeated int64 output_counts = 5;getOutputCountsCount 在接口中 SelectResponseOrBuilderpublic long getOutputCounts(int index)
repeated int64 output_counts = 5;getOutputCounts 在接口中 SelectResponseOrBuilderpublic SelectResponse.Builder setOutputCounts(int index, long value)
repeated int64 output_counts = 5;public SelectResponse.Builder addOutputCounts(long value)
repeated int64 output_counts = 5;public SelectResponse.Builder addAllOutputCounts(Iterable<? extends Long> values)
repeated int64 output_counts = 5;public SelectResponse.Builder clearOutputCounts()
repeated int64 output_counts = 5;public boolean hasWarningCount()
optional int64 warning_count = 6;hasWarningCount 在接口中 SelectResponseOrBuilderpublic long getWarningCount()
optional int64 warning_count = 6;getWarningCount 在接口中 SelectResponseOrBuilderpublic SelectResponse.Builder setWarningCount(long value)
optional int64 warning_count = 6;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;public int getExecutionSummariesCount()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public ExecutorExecutionSummary getExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;getExecutionSummaries 在接口中 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;public List<? extends ExecutorExecutionSummaryOrBuilder> getExecutionSummariesOrBuilderList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;public 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 在接口中 SelectResponseOrBuilderpublic EncodeType getEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];getEncodeType 在接口中 SelectResponseOrBuilderpublic SelectResponse.Builder setEncodeType(EncodeType value)
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];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 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>public final SelectResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>Copyright © 2023 PingCAP. All rights reserved.