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

Method ExecContext

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

Source from the content-addressed store, hash-verified

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

Callers 2

execLockedMethod · 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

Tested by

no test coverage detected