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

Struct IndexRecordChunk

pkg/ddl/backfilling_operators.go:270–275  ·  view source on GitHub ↗

IndexRecordChunk contains one of the chunk read from corresponding TableScanTask.

Source from the content-addressed store, hash-verified

268
269// IndexRecordChunk contains one of the chunk read from corresponding TableScanTask.
270type IndexRecordChunk struct {
271 ID int
272 Chunk *chunk.Chunk
273 Err error
274 Done bool
275}
276
277// RecoverArgs implements workerpool.TaskMayPanic interface.
278func (IndexRecordChunk) RecoverArgs() (metricsLabel string, funcInfo string, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected