Tishj / arrow

Extension for DuckDB for functions that require the Apache Arrow dependency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DuckDB Arrow Extension

This is a DuckDB extension that provides features that need a dependency on the Apache Arrow library.

Features

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

About

Extension for DuckDB for functions that require the Apache Arrow dependency

License:MIT License


Languages

Language:C++ 46.7%Language:JavaScript 37.3%Language:CMake 7.2%Language:Makefile 5.5%Language:Shell 3.4%