Jonathan Keane created ARROW-13465: -------------------------------------- Summary: [R] Key: ARROW-13465 URL: https://issues.apache.org/jira/browse/ARROW-13465 Project: Apache Arrow Issue Type: Improvement Components: R Reporter: Jonathan Keane Fix For: 6.0.0
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. -- This message was sent by Atlassian Jira (v8.3.4#803005)