| 程序包 | 说明 |
|---|---|
| org.tikv.common | |
| org.tikv.common.operation.iterator |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<TiChunk> |
Snapshot.tableReadChunk(TiDAGRequest dagRequest,
List<RangeSplitter.RegionTask> tasks,
int numOfRows) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CoprocessorIterator<TiChunk> |
CoprocessorIterator.getTiChunkIterator(TiDAGRequest req,
List<RangeSplitter.RegionTask> regionTasks,
TiSession session,
int numOfRows)
Build a DAGIterator from TiDAGRequest and region tasks to get rows
When we are preforming a scan request using coveringIndex,
IndexScan should be used to read index rows. |
Copyright © 2023 PingCAP. All rights reserved.