You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/10 16:03:49 UTC

[GitHub] [arrow-adbc] zeroshade commented on issue #59: Provide a "just query" method

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-unsubscribe@arrow.apache.org

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