Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PostHog/duckgres
/ DatabaseTypeName
Method
DatabaseTypeName
server/flightclient/flight_executor.go:653–655 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
651
if
errors.Is(err, io.EOF) {
652
return
nil
653
}
654
if
err != nil {
655
return
err
656
}
657
}
658
}
Callers
nothing calls this directly
Calls
1
arrowTypeToDuckDB
Function · 0.85
Tested by
no test coverage detected