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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>
public SelectResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public SelectResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public SelectResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public SelectResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<SelectResponse.Builder>
IOException
public boolean hasError()
optional .tipb.Error error = 1;
hasError
in interface SelectResponseOrBuilder
public Error getError()
optional .tipb.Error error = 1;
getError
in interface SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public List<Row> getRowsList()
Result rows.
repeated .tipb.Row rows = 2;
getRowsList
in interface SelectResponseOrBuilder
public int getRowsCount()
Result rows.
repeated .tipb.Row rows = 2;
getRowsCount
in interface SelectResponseOrBuilder
public Row getRows(int index)
Result rows.
repeated .tipb.Row rows = 2;
getRows
in interface SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public List<? extends RowOrBuilder> getRowsOrBuilderList()
Result rows.
repeated .tipb.Row rows = 2;
getRowsOrBuilderList
in interface SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
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
in interface SelectResponseOrBuilder
public int getWarningsCount()
repeated .tipb.Error warnings = 4;
getWarningsCount
in interface SelectResponseOrBuilder
public Error getWarnings(int index)
repeated .tipb.Error warnings = 4;
getWarnings
in interface SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public List<? extends ErrorOrBuilder> getWarningsOrBuilderList()
repeated .tipb.Error warnings = 4;
getWarningsOrBuilderList
in interface SelectResponseOrBuilder
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
in interface SelectResponseOrBuilder
public int getOutputCountsCount()
repeated int64 output_counts = 5;
getOutputCountsCount
in interface SelectResponseOrBuilder
public long getOutputCounts(int index)
repeated int64 output_counts = 5;
getOutputCounts
in interface SelectResponseOrBuilder
index
- 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 SelectResponseOrBuilder
public long getWarningCount()
optional int64 warning_count = 6;
getWarningCount
in interface SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public int getExecutionSummariesCount()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
getExecutionSummariesCount
in interface SelectResponseOrBuilder
public ExecutorExecutionSummary getExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
getExecutionSummaries
in interface SelectResponseOrBuilder
public 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 SelectResponseOrBuilder
public List<? extends ExecutorExecutionSummaryOrBuilder> getExecutionSummariesOrBuilderList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
getExecutionSummariesOrBuilderList
in interface SelectResponseOrBuilder
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
in interface SelectResponseOrBuilder
public EncodeType getEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];
getEncodeType
in interface SelectResponseOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SelectResponse.Builder>
Copyright © 2024 PingCAP. All rights reserved.