zeroshade commented on issue #59:
URL: https://github.com/apache/arrow-adbc/issues/59#issuecomment-1210917005

   With this, it might make sense for the `AdbcStatement` object to *only* 
represent a prepared statement and place the `Prepare` method on the Connection 
rather than on the statement.
   
   Something like `AdbcStatusCode AdbcConnectionPrepareSQL(struct 
AdbcConnection*, struct AdbcStatement*, struct AdbcError*)` and a corresponding 
one for `AdbcConnectionPrepareSubstraitPlan` ?
   
   Not sure if this is a good idea or not.


-- 
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: issues-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to