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

[C++][Docs] Provide row conversion example for dynamic schemas #31429

Closed
asfimport opened this issue Mar 22, 2022 · 1 comment
Closed

[C++][Docs] Provide row conversion example for dynamic schemas #31429

asfimport opened this issue Mar 22, 2022 · 1 comment

Comments

@asfimport
Copy link

asfimport commented Mar 22, 2022

Short version: Given a way to convert a vector of rows and a schema to a RecordBatch, we can derive methods for efficiently converting a vector of rows to a Table or even an iterator of rows to a Record Batch Reader. Similarly, we could go the other way: given a way to convert a RecordBatch to a vector of rows, we can derive methods for converting from Tables or RBRs.

Long version: https://docs.google.com/document/d/174tldmQLMCvOtjxGtFPeoLBefyE1x26_xntwfSzDXFA/edit?usp=sharing

Reporter: Will Jones / @wjones127
Assignee: Will Jones / @wjones127

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-16006. Please see the migration documentation for further details.

@asfimport
Copy link
Author

David Li / @lidavidm:
Issue resolved by pull request 12775
#12775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants