Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
With https://github.com/duckdb/duckdb/pull/2054 duckdb will have functionality to emit Arrow tables (and ideally record batches).
We should document the workflow (and possibly write thin wrappers around these to make them consistent with other Arrow functions).
This might be an opportunity to make a larger `to_arrow()` generic that can take either a duckdb query/table/reference or a pyarrow object (wrapping `py_to_r()`) so there's a unified interface for the purposes of getting arrow data out of known sources.
Attachments
Issue Links
- is related to
-
ARROW-12688 [R] Use DuckDB to query an Arrow Dataset
- Resolved
- links to