lidavidm commented on issue #878:
URL: https://github.com/apache/arrow-adbc/issues/878#issuecomment-1624382954

   Look at the last sequence diagram here: 
https://arrow.apache.org/docs/format/FlightSql.html#sequence-diagrams
   
   For parameters, the client uploads the parameter values in one RPC, then 
executes another RPC to execute the query and get the response.
   
   Flight SQL/ADBC don't parse queries at all. So yes, you'd need to parse the 
query and substitute the parameters, somehow.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to