I'll also add that you can write R level code that processes files
lazily chunk-by-chunk
using arrow::open_dataset() |> arrow::map_batches(), and that you can
write
C level code that processes batches chunk-by-chunk using
arrow::open_dataset() |>
nanoarrow::as_nanoarrow_array_stream(), which wi
Hi all,
I submitted the first release of adbcpostgresql (an R repackaging of
ADBC's Postgres driver) about a month ago and it has been pending human
inspection (I think) since then. I did reply-all to the email once to
inquire about status but haven't heard back. Where is the best place to
di
like Rust or Go are only provided
on "best effort" basis.
Cheers,
Simon
[1] - https://cran.r-project.org/web/packages/using_rust.html
PS: go is now available on the CRAN macOS builder machines and the Mac
Builder (https://mac.r-project.org/macbuilder/submit.html).
On 13/07/2023
out based on the advice for Rust that explicitly forbids
this.
Cheers!
-dewey
On 2023-07-10 11:09, Ivan Krylov wrote:
В Thu, 06 Jul 2023 15:22:26 -0300
Dewey Dunnington пишет:
I've wrapped two of these drivers for R that seem to build and
install on MacOS, Linux, and Windows
Hi all,
I'm wondering if there is any precedent for using Go in a CRAN R
package. Go is a particularly good language for writing database drivers
for the Arrow Database Connectivity framework [1][2] and - importantly -
there are several active developers writing these drivers from which R
use