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

Method Scan

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

Source from the content-addressed store, hash-verified

26// making encoding decisions must use this lossless name and fail closed when
27// it is unavailable; DatabaseTypeName remains the projected result type used
28// by existing pgwire result handling.
29type ExactColumnTyper interface {
30 ColumnTyper
31 ExactDatabaseTypeName() (name string, ok bool)

Implementers 10

staticCountRowSetserver/session_database_metadata_test.
LocalRowSetserver/executor.go
describeStaticRowSetserver/conn_describe_test.go
feedbackErrRowsserver/conn_querylog_feedback_test.go
attachedCatalogProbeRowSetserver/session_database_metadata_remot
streamingRowSetserver/conn_querylog_lifecycle_test.go
singleIntRowserver/sessionmeta/sessionmeta_test.go
FlightRowSetserver/flightclient/flight_executor.go
emptyRowSetserver/flightclient/flight_executor.go
emptySchemaRowSetserver/flightclient/flight_executor.go

Calls

no outgoing calls

Tested by 15

TestProtocolSimpleQueryFunction · 0.52
TestProtocolTransactionsFunction · 0.52
TestProtocolErrorsFunction · 0.52
TestProtocolDataTypesFunction · 0.52
TestDMLInsertReturningFunction · 0.52
TestDMLUpdateReturningFunction · 0.52
TestDMLDeleteReturningFunction · 0.52
TestJDBCVersionQueryFunction · 0.52