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

Method Query

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

Source from the content-addressed store, hash-verified

48// ExecResult represents the result of a non-query execution.
49type ExecResult interface {
50 RowsAffected() (int64, error)
51}
52
53// RawConn provides access to the underlying driver connection.

Callers 15

checkDatabaseNameMethod · 0.65
RegisterLoginFunction · 0.65
localScopeFunction · 0.65
queryRangeMethod · 0.65
registerAuditAPIFunction · 0.65
registerLiveAPIFunction · 0.65
HandlePeerHasMethod · 0.65
HandlePeerGetMethod · 0.65
newPeerServerFunction · 0.65
mainFunction · 0.65
testSharedQueriesFunction · 0.65
testDDLDMLFunction · 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 15

newPeerServerFunction · 0.52
TestProtocolSimpleQueryFunction · 0.52
TestProtocolErrorsFunction · 0.52
TestProtocolLargeResultsFunction · 0.52
TestDMLInsertReturningFunction · 0.52
TestDMLUpdateReturningFunction · 0.52
TestDMLDeleteReturningFunction · 0.52
fetchCursorRowsFunction · 0.52
cursorLifecycleFlowFunction · 0.52