prasburst commented on PR #474:
URL: https://github.com/apache/arrow-site/pull/474#issuecomment-1937474600

   Yes, a lot of work is made easy because of the zero copy integration. 
   
   We export the query results to an Arrow table using the `arrow` function. 
Some cases, especially on aggregation queries made using the relational API of 
DuckDB, we use the `to_arrow_table` function to export the query results and 
save everything in Arrow format in-memory.
   
   Here's a reference to Arrow export: 
https://duckdb.org/docs/guides/python/export_arrow


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to