Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
49
type
ExecResult
interface
{
50
RowsAffected() (int64, error)
51
}
52
53
// RawConn provides access to the underlying driver connection.
Callers
15
checkDatabaseName
Method · 0.65
RegisterLogin
Function · 0.65
localScope
Function · 0.65
queryRange
Method · 0.65
registerAuditAPI
Function · 0.65
registerLiveAPI
Function · 0.65
HandlePeerHas
Method · 0.65
HandlePeerGet
Method · 0.65
newPeerServer
Function · 0.65
main
Function · 0.65
testSharedQueries
Function · 0.65
testDDLDML
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
15
newPeerServer
Function · 0.52
TestProtocolSimpleQuery
Function · 0.52
TestProtocolErrors
Function · 0.52
TestProtocolRowDescription
Function · 0.52
TestProtocolLargeResults
Function · 0.52
TestDMLInsertReturning
Function · 0.52
TestDMLUpdateReturning
Function · 0.52
TestDMLDeleteReturning
Function · 0.52
TestJDBCMetabaseProbeQueries
Function · 0.52
TestJDBCDatabaseMetaDataQueries
Function · 0.52
fetchCursorRows
Function · 0.52
cursorLifecycleFlow
Function · 0.52