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

Struct queryErrorExecutor

server/conn_test.go:1406–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404 return f.rowsAffected, nil
1405}
1406
1407type queryErrorExecutor struct {
1408 err error
1409 noopProfiling
1410}
1411
1412func (e *queryErrorExecutor) QueryContext(context.Context, string, ...any) (RowSet, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected