Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support apache arrow #3

Closed
3 tasks done
wangfenjin opened this issue Jul 7, 2021 · 1 comment · Fixed by #8 or #9
Closed
3 tasks done

Support apache arrow #3

wangfenjin opened this issue Jul 7, 2021 · 1 comment · Fixed by #8 or #9
Assignees

Comments

@wangfenjin
Copy link
Collaborator

wangfenjin commented Jul 7, 2021

Apache arrow is a in-memory columnar format to share data. Currently duckdb also support it but not in the c interface. What we need to do is:

@wangfenjin
Copy link
Collaborator Author

I create the c api in duckdb/duckdb#1978

@wangfenjin wangfenjin self-assigned this Jul 10, 2021
@wangfenjin wangfenjin linked a pull request Jul 26, 2021 that will close this issue
Mytherin pushed a commit that referenced this issue Sep 26, 2024
* streaming arrow (#3)

* streaming

* remove invalid schema assign

* use ArrowStream type to represent streaming

* clippy

* doc

* import

* typo

* export arrow stream

* fix: Missing semicolon in docs test

---------

Co-authored-by: peasee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant