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

Struct recordingQueryExecutor

server/session_database_metadata_test.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type recordingQueryExecutor struct {
16 noopProfiling
17 query string
18 args []any
19 rowSet RowSet
20 queryError error
21}
22
23func (e *recordingQueryExecutor) QueryContext(_ context.Context, query string, args ...any) (RowSet, error) {
24 e.query = query

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected