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

Struct flightExecResult

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

flightExecResult implements ExecResult for Flight SQL updates.

Source from the content-addressed store, hash-verified

638
639 merged, cancel := e.mergedContext(ctx)
640 defer cancel()
641
642 stream, err := e.client.Client.DoAction(
643 e.withSession(merged),
644 &flight.Action{Type: setSessionS3CacheAction, Body: payload},
645 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected