Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
49
type
ExecResult
interface
{
50
RowsAffected() (int64, error)
51
}
Callers
15
Impersonate
Method · 0.65
TestPgStatActivityFromSecondConnection
Function · 0.65
TestCancelQueryDoesNotAffectOtherSessions
Function · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
QueryContext
Method · 0.65
QueryContext
Method · 0.65
Query
Method · 0.65
openCursor
Method · 0.65
TestProfilingSettingsArePerConnection
Function · 0.65
executeShellQuery
Function · 0.65
Implementers
5
LocalExecutor
server/executor.go
PinnedExecutor
server/executor.go
profilingOutputExecutor
server/profiling_test.go
countingExecutor
server/sessionmeta/sessionmeta_test.go
FlightExecutor
server/flightclient/flight_executor.go
Calls
no outgoing calls
Tested by
9
TestPgStatActivityFromSecondConnection
Function · 0.52
TestCancelQueryDoesNotAffectOtherSessions
Function · 0.52
TestProfilingSettingsArePerConnection
Function · 0.52
TestFlightRowSetCloseWaitsForWorkerDoGetCleanup
Function · 0.52
TestFlightRowSetCloseSkipsWaitAfterCleanEOF
Function · 0.52
TestFlightRowSetCloseSkipsWaitAfterExecutorMarkedDead
Function · 0.52
TestFlightRowSetCloseTreatsTerminalWaitFailureAsBestEffort
Function · 0.52
TestQueryContextReleasesHandleWhenDoGetFails
Function · 0.52
TestQueryContextCancelsDoGetBeforeWaitingAfterSchemaError
Function · 0.52