| 1522 | func (e *abortedExecAlterViewRecoveryExecutor) Close() error { return nil } |
| 1523 | |
| 1524 | type abortedAlterViewRecoveryExecutor struct { |
| 1525 | execContextQueries []string |
| 1526 | noopProfiling |
| 1527 | execQueries []string |
| 1528 | } |
| 1529 | |
| 1530 | func (e *abortedAlterViewRecoveryExecutor) QueryContext(context.Context, string, ...any) (RowSet, error) { |
| 1531 | return nil, errors.New("not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected