| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyRange
KeyRange is the encoded index key range, low is closed, high is open.
|
static class |
KeyRange.Builder
KeyRange is the encoded index key range, low is closed, high is open.
|
| 限定符和类型 | 方法和说明 |
|---|---|
KeyRangeOrBuilder |
TableScanOrBuilder.getRangesOrBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRangeOrBuilder |
TableScan.getRangesOrBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRangeOrBuilder |
TableScan.Builder.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> |
TableScanOrBuilder.getRangesOrBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<? extends KeyRangeOrBuilder> |
TableScan.getRangesOrBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<? extends KeyRangeOrBuilder> |
TableScan.Builder.getRangesOrBuilderList()
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.