| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 方法和说明 |
|---|---|
TableScan.Builder |
TableScan.Builder.addAllColumns(Iterable<? extends ColumnInfo> values)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.addAllPrimaryColumnIds(Iterable<? extends Long> values)
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
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 |
TableScan.Builder.addColumns(ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.addColumns(ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.addColumns(int index,
ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.addColumns(int index,
ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.addPrimaryColumnIds(long value)
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
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 |
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 |
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 |
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.
|
TableScan.Builder |
TableScan.Builder.addRepeatedField(org.tikv.shade.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableScan.Builder |
TableScan.Builder.clear() |
TableScan.Builder |
TableScan.Builder.clearColumns()
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.clearDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
TableScan.Builder.clearField(org.tikv.shade.com.google.protobuf.Descriptors.FieldDescriptor field) |
TableScan.Builder |
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 |
TableScan.Builder.clearOneof(org.tikv.shade.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TableScan.Builder |
TableScan.Builder.clearPrimaryColumnIds()
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
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 |
TableScan.Builder.clearTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
TableScan.Builder.clone() |
TableScan.Builder |
Executor.Builder.getTblScanBuilder()
optional .tipb.TableScan tbl_scan = 2; |
TableScan.Builder |
TableScan.Builder.mergeFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TableScan.Builder |
TableScan.Builder.mergeFrom(org.tikv.shade.com.google.protobuf.Message other) |
TableScan.Builder |
TableScan.Builder.mergeFrom(TableScan other) |
TableScan.Builder |
TableScan.Builder.mergeUnknownFields(org.tikv.shade.com.google.protobuf.UnknownFieldSet unknownFields) |
static TableScan.Builder |
TableScan.newBuilder() |
static TableScan.Builder |
TableScan.newBuilder(TableScan prototype) |
TableScan.Builder |
TableScan.newBuilderForType() |
protected TableScan.Builder |
TableScan.newBuilderForType(org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TableScan.Builder |
TableScan.Builder.removeColumns(int index)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
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 |
TableScan.Builder.setColumns(int index,
ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.setColumns(int index,
ColumnInfo value)
repeated .tipb.ColumnInfo columns = 2; |
TableScan.Builder |
TableScan.Builder.setDesc(boolean value)
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
TableScan.Builder.setField(org.tikv.shade.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TableScan.Builder |
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 |
TableScan.Builder.setPrimaryColumnIds(int index,
long value)
repeated int64 primary_column_ids = 4; |
TableScan.Builder |
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 |
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 |
TableScan.Builder.setRepeatedField(org.tikv.shade.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TableScan.Builder |
TableScan.Builder.setTableId(long value)
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
TableScan.Builder |
TableScan.Builder.setUnknownFields(org.tikv.shade.com.google.protobuf.UnknownFieldSet unknownFields) |
TableScan.Builder |
TableScan.toBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Executor.Builder |
Executor.Builder.setTblScan(TableScan.Builder builderForValue)
optional .tipb.TableScan tbl_scan = 2; |
Copyright © 2023 PingCAP. All rights reserved.