warning | title | excerpt | extension | repo | docs | extension_star_count | extension_star_count_pretty | extension_download_count | extension_download_count_pretty | image | layout | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DO NOT CHANGE THIS MANUALLY, THIS IS GENERATED BY https://github/duckdb/community-extensions repository, check README there |
nanoarrow |
DuckDB Community Extensions
Allows the consumption and production of the Apache Arrow interprocess communication (IPC) format, both from files and directly from stream buffers.
|
|
|
|
13 |
13 |
472 |
472 |
/images/community_extensions/social_preview/preview_community_extension_nanoarrow.png |
community_extension_doc |
INSTALL {{ page.extension.name }} FROM community;
LOAD {{ page.extension.name }};
{% if page.docs.hello_world %}
{{ page.docs.hello_world }}```
{% endif %}
{% if page.docs.extended_description %}
### About {{ page.extension.name }}
{{ page.docs.extended_description }}
{% endif %}
### Added Functions
<div class="extension_functions_table"></div>
| function_name | function_type | description | comment | examples |
|-------------------|---------------|-------------|---------|----------|
| nanoarrow_version | scalar | NULL | NULL | [] |
| read_arrow | table | NULL | NULL | [] |
| scan_arrow_ipc | table | NULL | NULL | [] |
| to_arrow_ipc | table | NULL | NULL | [] |