| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 字段和说明 |
|---|---|
static org.tikv.shade.com.google.protobuf.Parser<KeyRange> |
KeyRange.PARSER
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
KeyRange |
KeyRange.Builder.build() |
KeyRange |
KeyRange.Builder.buildPartial() |
static KeyRange |
KeyRange.getDefaultInstance() |
KeyRange |
KeyRange.getDefaultInstanceForType() |
KeyRange |
KeyRange.Builder.getDefaultInstanceForType() |
KeyRange |
TableScanOrBuilder.getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRange |
TableScan.getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRange |
TableScan.Builder.getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
static KeyRange |
KeyRange.parseDelimitedFrom(InputStream input) |
static KeyRange |
KeyRange.parseDelimitedFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRange |
KeyRange.parseFrom(byte[] data) |
static KeyRange |
KeyRange.parseFrom(byte[] data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRange |
KeyRange.parseFrom(ByteBuffer data) |
static KeyRange |
KeyRange.parseFrom(ByteBuffer data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRange |
KeyRange.parseFrom(org.tikv.shade.com.google.protobuf.ByteString data) |
static KeyRange |
KeyRange.parseFrom(org.tikv.shade.com.google.protobuf.ByteString data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRange |
KeyRange.parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input) |
static KeyRange |
KeyRange.parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRange |
KeyRange.parseFrom(InputStream input) |
static KeyRange |
KeyRange.parseFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.tikv.shade.com.google.protobuf.Parser<KeyRange> |
KeyRange.getParserForType() |
List<KeyRange> |
TableScanOrBuilder.getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<KeyRange> |
TableScan.getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<KeyRange> |
TableScan.Builder.getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
static org.tikv.shade.com.google.protobuf.Parser<KeyRange> |
KeyRange.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 value)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRange.Builder |
KeyRange.Builder.mergeFrom(KeyRange other) |
static KeyRange.Builder |
KeyRange.newBuilder(KeyRange prototype) |
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.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.
|
Copyright © 2023 PingCAP. All rights reserved.