arrow
arrow copied to clipboard
How to export arrow blob to disk
Hi,
Is it possible to export arrow blob to disk? I tried following command but it seems export text file instead of binary file. copy (SELECT ipc FROM to_arrow_ipc((SELECT * FROM table))) to "/home/table.arrow"
I think this is currently not supported
this is a serious limitation