Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
49
type
ExecResult
interface
{
50
RowsAffected() (int64, error)
51
}
52
Callers
2
InitSessionDatabaseMetadata
Function · 0.65
execLocked
Method · 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
no test coverage detected