The arrow extension implements features for using Apache Arrow, a cross-language development platform for in-memory analytics.
The arrow extension will be transparently autoloaded on first use from the official extension repository. If you would like to install and load it manually, run:
INSTALL arrow; LOAD arrow;
| Function | Type | Description |
|---|---|---|
to_arrow_ipc | Table in-out function | Serializes a table into a stream of blobs containing Arrow IPC buffers |
scan_arrow_ipc | Table function | Scan a list of pointers pointing to Arrow IPC buffers |
© Copyright 2018–2024 Stichting DuckDB Foundation
Licensed under the MIT License.
https://duckdb.org/docs/extensions/arrow.html