Describe the enhancement requested
We are trying to make a Flight SQL proxy but it is rather frustrating because methods aren't 1:1 between client/server. In particular for prepared statements we have to somehow fake a prepared statement object, and it isn't immediately clear what state is actually necessary; it would be nice if we could directly expose the actual RPC methods for this use case.
Component(s)
Go