MCPcopy
hub / github.com/pingcap/tidb / TableScanTask

Struct TableScanTask

pkg/ddl/backfilling_operators.go:250–256  ·  view source on GitHub ↗

TableScanTask contains the start key and the end key of a region.

Source from the content-addressed store, hash-verified

248
249// TableScanTask contains the start key and the end key of a region.
250type TableScanTask struct {
251 ID int
252 Start kv.Key
253 End kv.Key
254
255 ctx *workerpool.Context
256}
257
258// RecoverArgs implements workerpool.TaskMayPanic interface.
259func (TableScanTask) RecoverArgs() (metricsLabel string, funcInfo string, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected