paleolimbot opened a new pull request, #1223:
URL: https://github.com/apache/arrow-adbc/pull/1223

   It looks like the binding + ingest was supported already, it was just the 
result sets that were not supported.
   
   From the R bindings:
   
   ``` r
   library(adbcdrivermanager)
   
   db <- adbc_database_init(adbcsqlite::adbcsqlite(), uri = ":memory:")
   con <- adbc_connection_init(db)
   
   read_adbc(con, "SELECT X'00' as a") |> 
     as.data.frame()
   #>           a
   #> 1 blob[1 B]
   ```
   
   <sup>Created on 2023-10-25 with [reprex 
v2.0.2](https://reprex.tidyverse.org)</sup>


-- 
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