We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
I create the c api in duckdb/duckdb#1978
Sorry, something went wrong.
streaming arrow data support (#373)
e12fdb6
* 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]>
wangfenjin
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: