MiniTaskExecutor is the interface for a minimal task executor. exported for testing.
| 36 | // MiniTaskExecutor is the interface for a minimal task executor. |
| 37 | // exported for testing. |
| 38 | type MiniTaskExecutor interface { |
| 39 | Run(ctx context.Context, dataWriter, indexWriter backend.EngineWriter) error |
| 40 | } |
| 41 | |
| 42 | // importMinimalTaskExecutor is a minimal task executor for IMPORT INTO. |
| 43 | type importMinimalTaskExecutor struct { |
no outgoing calls
no test coverage detected