arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Extension for DuckDB for functions that require the Apache Arrow dependency

Results 4 arrow issues
Sort by recently updated
recently updated
newest added

It's perhaps an obscure case, but I had issues with using Node.js DuckDB library with `register_buffer()` when [multiple Arrow Table streams](https://github.com/duckdb/duckdb-node/issues/32) were passed as an argument. This use-case somewhat works...

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 *...

When exporting a DuckDB table to parquet, timestamp columns are forcibly added timezone info, even if the original DuckDB timestamp type does not include any info on TZ. Reproducible example:...