flightExecResult implements ExecResult for Flight SQL updates.
| 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 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected