-
Notifications
You must be signed in to change notification settings - Fork 27
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 duckdb_register
as a generic function
#98
Comments
Thanks. What other use cases do you have in mind? |
Not that I have any other use cases, but I felt that I didn't want to use another function when supporting Apache Arrow implementations outside of the |
What do you mean by "supporting Apache Arrow implementations" -- nanoarrow? What other table-like objects would we want to register? |
I assumed something like nanoarrow array or polars DataFrame. |
But if we change the C++ code anyway, we can surely add a new |
Currently there is a separate function named
duckdb_register_arrow
available apart fromduckdb_register
, but I am wondering if these can be made into one S3 generic function.The text was updated successfully, but these errors were encountered: