Draft
Conversation
Member
|
Hey @wmTJc9IK0Q - what's missing to get this out of draft status? |
Author
|
@mlafeldt See the discussion in duckdb/duckdb#20297 We need a way to populate an existing datachunk with an arrow array, which the new C API does not support and the duckdb team prefers not to change the API in a breaking way. So a new C API needs to be added for this as proposed in the thread. The feature I was working on that requires this got de-prioritized for a bit so I'm not actively pushing this forward right now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add necessary support for arrow-backed table UDFs by adding a DataChunkFromArrow helper function to the Arrow struct which will move the records of a record batch into an existing data chunk.
Depends on:
Replaces #75