MCPcopy Create free account
hub / github.com/PostHog/duckgres / abortedAlterViewRecoveryExecutor

Struct abortedAlterViewRecoveryExecutor

server/conn_test.go:1524–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected