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

Method QueryContext

server/sqlcore/interfaces.go:48–48  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...any)

Source from the content-addressed store, hash-verified

46}
47
48// ExecResult represents the result of a non-query execution.
49type ExecResult interface {
50 RowsAffected() (int64, error)
51}

Callers 15

ImpersonateMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
QueryContextMethod · 0.65
QueryContextMethod · 0.65
QueryMethod · 0.65
openCursorMethod · 0.65
executeShellQueryFunction · 0.65

Implementers 5

LocalExecutorserver/executor.go
PinnedExecutorserver/executor.go
profilingOutputExecutorserver/profiling_test.go
countingExecutorserver/sessionmeta/sessionmeta_test.go
FlightExecutorserver/flightclient/flight_executor.go

Calls

no outgoing calls