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

Struct abortedExecAlterViewRecoveryExecutor

server/conn_test.go:1471–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469func (e *abortedSelectRecoveryExecutor) Close() error { return nil }
1470
1471type abortedExecAlterViewRecoveryExecutor struct {
1472 originalQuery string
1473 noopProfiling
1474 rewritten string
1475 execCalls []string
1476 execCtxCalls []string
1477}
1478
1479func (e *abortedExecAlterViewRecoveryExecutor) execResult(query string, callIndex int) (ExecResult, error) {
1480 trimmed := strings.TrimSpace(query)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected