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

Struct emptyRowSet

server/flightclient/flight_executor.go:601–601  ·  view source on GitHub ↗

emptyRowSet is returned when a query produces no endpoints and no schema.

Source from the content-addressed store, hash-verified

599 }
600 if err != nil {
601 if isTerminalSessionIdleWaitError(err) {
602 return nil
603 }
604 return err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected