Search Shortcut cmd + k | ctrl + k
Search cmd+k ctrl+k
0.10 (stable)
Arrow Extension

The arrow extension implements features for using Apache Arrow, a cross-language development platform for in-memory analytics.

Installing and Loading

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;

Functions

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