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

Method queryRowScan

server/attach_timeout.go:199–199  ·  view source on GitHub ↗
(query string, dest ...any)

Source from the content-addressed store, hash-verified

197type attachSQLRunner interface {
198 Exec(query string, args ...any) (sql.Result, error)
199 queryRowScan(query string, dest ...any) error
200}
201
202// plainAttachRunner adapts *sql.DB to attachSQLRunner with no deadlines

Callers 4

AttachDuckLakeFunction · 0.65
AttachDeltaCatalogFunction · 0.65
createS3SecretWithFunction · 0.65

Implementers 2

attachStepExecerserver/attach_timeout.go
plainAttachRunnerserver/attach_timeout.go

Calls

no outgoing calls

Tested by 1