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

Method RowsAffected

server/sqlcore/interfaces.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34// ExactDatabaseTypeNameMetadataKey is the Arrow field metadata key used to
35// carry DuckDB's original DatabaseTypeName from worker to control plane.
36const ExactDatabaseTypeNameMetadataKey = "duckgres.database_type_name"
37
38// RowSet represents a set of rows from a query result.

Callers 15

TestProtocolSimpleQueryFunction · 0.65
TestDMLInsertFunction · 0.65
TestDMLUpdateFunction · 0.65
TestDMLDeleteFunction · 0.65
runConcurrencyBenchmarksFunction · 0.65
TestEmptyTableOperationsFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
handleExecuteMethod · 0.65
handleCopyMethod · 0.65

Implementers 5

fakeExecResultserver/conn_test.go
emptyExecResultserver/conn_querylog_lifecycle_test.go
singleIntRowserver/sessionmeta/sessionmeta_test.go
flightExecResultserver/flightclient/flight_executor.go
testExecResultserver/flightsqlingress/ingress_test.g

Calls

no outgoing calls

Tested by 7

TestProtocolSimpleQueryFunction · 0.52
TestDMLInsertFunction · 0.52
TestDMLUpdateFunction · 0.52
TestDMLDeleteFunction · 0.52
runConcurrencyBenchmarksFunction · 0.52
TestEmptyTableOperationsFunction · 0.52