Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make as_duckplyr_df as a generic function #95

Open
eitsupi opened this issue Feb 18, 2024 · 1 comment
Open

Make as_duckplyr_df as a generic function #95

eitsupi opened this issue Feb 18, 2024 · 1 comment

Comments

@eitsupi
Copy link

eitsupi commented Feb 18, 2024

Ideally this function could also support something like nanoarrow_array_stream?

In the integration of the arrow and duckdb packages several years ago, the to_duckdb() function was created on the arrow package side, but looking at the Japanese R community, I saw a situation where the arrow package was also installed just to use the to_duckdb() function, even though they only wanted to use DuckDB.
To avoid such a situation, I feel that something like the as_duckplyr_df function should be created as a generic function.

@krlmlr
Copy link
Collaborator

krlmlr commented Mar 6, 2024

Thanks, interesting. I wonder what the implementation of as_duckplyr_df.nanoarrow_array_stream() would look like?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants