public interface SelectResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Chunk |
getChunks(int index)
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.
|
EncodeType |
getEncodeType()
It indicates the encode type of response.
|
Error |
getError()
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.
|
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.
|
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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasError()
optional .tipb.Error error = 1;
Error getError()
optional .tipb.Error error = 1;
ErrorOrBuilder getErrorOrBuilder()
optional .tipb.Error error = 1;
Row getRows(int index)
Result rows.
repeated .tipb.Row rows = 2;
int getRowsCount()
Result rows.
repeated .tipb.Row rows = 2;
List<? extends RowOrBuilder> getRowsOrBuilderList()
Result rows.
repeated .tipb.Row rows = 2;
RowOrBuilder getRowsOrBuilder(int index)
Result rows.
repeated .tipb.Row rows = 2;
List<Chunk> getChunksList()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];
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];
int getChunksCount()
Use multiple chunks to reduce memory allocation and avoid allocating large contiguous memory.
repeated .tipb.Chunk chunks = 3 [(.gogoproto.nullable) = false];
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];
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];
Error getWarnings(int index)
repeated .tipb.Error warnings = 4;
int getWarningsCount()
repeated .tipb.Error warnings = 4;
List<? extends ErrorOrBuilder> getWarningsOrBuilderList()
repeated .tipb.Error warnings = 4;
ErrorOrBuilder getWarningsOrBuilder(int index)
repeated .tipb.Error warnings = 4;
List<Long> getOutputCountsList()
repeated int64 output_counts = 5;
int getOutputCountsCount()
repeated int64 output_counts = 5;
long getOutputCounts(int index)
repeated int64 output_counts = 5;
index
- The index of the element to return.boolean hasWarningCount()
optional int64 warning_count = 6;
long getWarningCount()
optional int64 warning_count = 6;
List<ExecutorExecutionSummary> getExecutionSummariesList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
ExecutorExecutionSummary getExecutionSummaries(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
int getExecutionSummariesCount()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
List<? extends ExecutorExecutionSummaryOrBuilder> getExecutionSummariesOrBuilderList()
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
ExecutorExecutionSummaryOrBuilder getExecutionSummariesOrBuilder(int index)
The execution summary of each executor, in the order in request.
repeated .tipb.ExecutorExecutionSummary execution_summaries = 8;
boolean hasEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];
EncodeType getEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 9 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.