public static final class TableScan.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder> implements TableScanOrBuilder
tipb.TableScan| 限定符和类型 | 方法和说明 |
|---|---|
TableScan.Builder |
addAllColumns(Iterable<? extends ColumnInfo> values)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
addAllPrimaryColumnIds(Iterable<? extends Long> values)
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
addAllRanges(Iterable<? extends KeyRange> values)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
addColumns(ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
addColumns(ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
addColumns(int index,
ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
addColumns(int index,
ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2; |
ColumnInfo.Builder |
addColumnsBuilder()
repeated .tipb.ColumnInfo columns = 2; |
ColumnInfo.Builder |
addColumnsBuilder(int index)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
addPrimaryColumnIds(long value)
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
addRanges(int index,
KeyRange.Builder builderForValue)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
addRanges(int index,
KeyRange value)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
addRanges(KeyRange.Builder builderForValue)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
addRanges(KeyRange value)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRange.Builder |
addRangesBuilder()
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRange.Builder |
addRangesBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableScan |
build() |
TableScan |
buildPartial() |
TableScan.Builder |
clear() |
TableScan.Builder |
clearColumns()
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
clearDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TableScan.Builder |
clearNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TableScan.Builder |
clearPrimaryColumnIds()
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
clearRanges()
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
clearTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
clone() |
ColumnInfo |
getColumns(int index)
repeated .tipb.ColumnInfo columns = 2; |
ColumnInfo.Builder |
getColumnsBuilder(int index)
repeated .tipb.ColumnInfo columns = 2; |
List<ColumnInfo.Builder> |
getColumnsBuilderList()
repeated .tipb.ColumnInfo columns = 2; |
int |
getColumnsCount()
repeated .tipb.ColumnInfo columns = 2; |
List<ColumnInfo> |
getColumnsList()
repeated .tipb.ColumnInfo columns = 2; |
ColumnInfoOrBuilder |
getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 2; |
List<? extends ColumnInfoOrBuilder> |
getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 2; |
TableScan |
getDefaultInstanceForType() |
boolean |
getDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EngineType |
getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
long |
getPrimaryColumnIds(int index)
repeated int64 primary_column_ids = 4; |
int |
getPrimaryColumnIdsCount()
repeated int64 primary_column_ids = 4; |
List<Long> |
getPrimaryColumnIdsList()
repeated int64 primary_column_ids = 4; |
KeyRange |
getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRange.Builder |
getRangesBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<KeyRange.Builder> |
getRangesBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
int |
getRangesCount()
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<KeyRange> |
getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRangeOrBuilder |
getRangesOrBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<? extends KeyRangeOrBuilder> |
getRangesOrBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
long |
getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
boolean |
hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TableScan.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TableScan.Builder |
mergeFrom(com.google.protobuf.Message other) |
TableScan.Builder |
mergeFrom(TableScan other) |
TableScan.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TableScan.Builder |
removeColumns(int index)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
removeRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
setColumns(int index,
ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
setColumns(int index,
ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
setDesc(boolean value)
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableScan.Builder |
setNextReadEngine(EngineType value)
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
setPrimaryColumnIds(int index,
long value)
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
setRanges(int index,
KeyRange.Builder builderForValue)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
setRanges(int index,
KeyRange value)
For global read in join, we must point out the key ranges when we don't have the region info.
|
TableScan.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TableScan.Builder |
setTableId(long value)
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, 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<TableScan.Builder>public TableScan.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic TableScan build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic TableScan buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic TableScan.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<TableScan.Builder>public TableScan.Builder mergeFrom(TableScan other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public TableScan.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<TableScan.Builder>IOExceptionpublic boolean hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];hasTableId 在接口中 TableScanOrBuilderpublic long getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];getTableId 在接口中 TableScanOrBuilderpublic TableScan.Builder setTableId(long value)
optional int64 table_id = 1 [(.gogoproto.nullable) = false];public TableScan.Builder clearTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];public List<ColumnInfo> getColumnsList()
repeated .tipb.ColumnInfo columns = 2;getColumnsList 在接口中 TableScanOrBuilderpublic int getColumnsCount()
repeated .tipb.ColumnInfo columns = 2;getColumnsCount 在接口中 TableScanOrBuilderpublic ColumnInfo getColumns(int index)
repeated .tipb.ColumnInfo columns = 2;getColumns 在接口中 TableScanOrBuilderpublic TableScan.Builder setColumns(int index, ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder setColumns(int index, ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder addColumns(ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder addColumns(int index, ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder addColumns(ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder addColumns(int index, ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder addAllColumns(Iterable<? extends ColumnInfo> values)
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder clearColumns()
repeated .tipb.ColumnInfo columns = 2;public TableScan.Builder removeColumns(int index)
repeated .tipb.ColumnInfo columns = 2;public ColumnInfo.Builder getColumnsBuilder(int index)
repeated .tipb.ColumnInfo columns = 2;public ColumnInfoOrBuilder getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 2;getColumnsOrBuilder 在接口中 TableScanOrBuilderpublic List<? extends ColumnInfoOrBuilder> getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 2;getColumnsOrBuilderList 在接口中 TableScanOrBuilderpublic ColumnInfo.Builder addColumnsBuilder()
repeated .tipb.ColumnInfo columns = 2;public ColumnInfo.Builder addColumnsBuilder(int index)
repeated .tipb.ColumnInfo columns = 2;public List<ColumnInfo.Builder> getColumnsBuilderList()
repeated .tipb.ColumnInfo columns = 2;public boolean hasDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false];hasDesc 在接口中 TableScanOrBuilderpublic boolean getDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false];getDesc 在接口中 TableScanOrBuilderpublic TableScan.Builder setDesc(boolean value)
optional bool desc = 3 [(.gogoproto.nullable) = false];public TableScan.Builder clearDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false];public List<Long> getPrimaryColumnIdsList()
repeated int64 primary_column_ids = 4;getPrimaryColumnIdsList 在接口中 TableScanOrBuilderpublic int getPrimaryColumnIdsCount()
repeated int64 primary_column_ids = 4;getPrimaryColumnIdsCount 在接口中 TableScanOrBuilderpublic long getPrimaryColumnIds(int index)
repeated int64 primary_column_ids = 4;getPrimaryColumnIds 在接口中 TableScanOrBuilderpublic TableScan.Builder setPrimaryColumnIds(int index, long value)
repeated int64 primary_column_ids = 4;public TableScan.Builder addPrimaryColumnIds(long value)
repeated int64 primary_column_ids = 4;public TableScan.Builder addAllPrimaryColumnIds(Iterable<? extends Long> values)
repeated int64 primary_column_ids = 4;public TableScan.Builder clearPrimaryColumnIds()
repeated int64 primary_column_ids = 4;public boolean hasNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false];hasNextReadEngine 在接口中 TableScanOrBuilderpublic EngineType getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false];getNextReadEngine 在接口中 TableScanOrBuilderpublic TableScan.Builder setNextReadEngine(EngineType value)
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false];public TableScan.Builder clearNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false];public List<KeyRange> getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];getRangesList 在接口中 TableScanOrBuilderpublic int getRangesCount()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];getRangesCount 在接口中 TableScanOrBuilderpublic KeyRange getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];getRanges 在接口中 TableScanOrBuilderpublic TableScan.Builder setRanges(int index, KeyRange value)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder setRanges(int index, KeyRange.Builder builderForValue)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder addRanges(KeyRange value)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder addRanges(int index, KeyRange value)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder addRanges(KeyRange.Builder builderForValue)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder addRanges(int index, KeyRange.Builder builderForValue)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder addAllRanges(Iterable<? extends KeyRange> values)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder clearRanges()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public TableScan.Builder removeRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public KeyRange.Builder getRangesBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public KeyRangeOrBuilder getRangesOrBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];getRangesOrBuilder 在接口中 TableScanOrBuilderpublic List<? extends KeyRangeOrBuilder> getRangesOrBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];getRangesOrBuilderList 在接口中 TableScanOrBuilderpublic KeyRange.Builder addRangesBuilder()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public KeyRange.Builder addRangesBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public List<KeyRange.Builder> getRangesBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];public final TableScan.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>public final TableScan.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<TableScan.Builder>Copyright © 2022 PingCAP. All rights reserved.