Giter Club home page Giter Club logo

arrow-extendr's People

Contributors

era127 avatar josiahparry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

eitsupi era127

arrow-extendr's Issues

Create releases for common arrow versions

Arrow uses a cargo deny approach to prevent compatability across arrow-rs versions. So if a library is using Arrow 47 and another 48, those are not compatible. The suggested approach is to create a release for each version of arrow we want to support. This means that I need to, at minimum, use 48.0.1 (DataFusion) and 49.0.0 current support.

  • 48.0.1
  • 49.0.0
  • 49-dev for geoarrow

Restructure: Remove R package

Thanks for taking on the task of creating this!
Perhaps this is because this is a very early experiment, but am I correct in understanding that ultimately this is aimed to be a Rust crate, not an R package? (as in arrow-rs' pyarrow feature)

What I had imagined was a crate something like "extendr-nanoarrow".
If such a crate does not exist, type conversion from arrow-rs to R would have to be created on individual R packages, correct?

Use nanoarrow instead of arrow

I would probably encourage writers of Rust extensions to go through nanoarrow (e.g., via as_nanoarrow_array_stream() or as_nanoarrow_array()) rather than arrow directly.

@paleolimbot

Support {arrow} R package

I want to try having two traits IntoArrowRobj and IntoNanoArrowRobj. I think there is at least still some utility in being able to return an {arrow} R package object still.

I think it may be slower to return a nano-arrow stream and then cast as a data.frame than it might be to return a recordbatch reader directly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.