importStepMinimalTask is the minimal task of IMPORT INTO. TaskExecutor will split the subtask into minimal tasks(Chunks -> Chunk)
| 239 | // importStepMinimalTask is the minimal task of IMPORT INTO. |
| 240 | // TaskExecutor will split the subtask into minimal tasks(Chunks -> Chunk) |
| 241 | type importStepMinimalTask struct { |
| 242 | Plan importer.Plan |
| 243 | Chunk Chunk |
| 244 | SharedVars *SharedVars |
| 245 | logger *zap.Logger |
| 246 | } |
| 247 | |
| 248 | // RecoverArgs implements workerpool.TaskMayPanic interface. |
| 249 | func (*importStepMinimalTask) RecoverArgs() (metricsLabel string, funcInfo string, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected