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++] Add row-based utilities for encoding a batch and merging row tables #31988

Open
Tracked by #29768
asfimport opened this issue May 23, 2022 · 1 comment
Open
Tracked by #29768

Comments

@asfimport
Copy link
Collaborator

This PR adds a "row table" which is a high level API for a 2D structure that has row-major storage. It adds utilities to encode to & from the existing columnar structure via this high level API. Internally it uses RowTableImpl.

It also adds a merge utility that can merge two row tables together.

Reporter: Weston Pace / @westonpace

PRs and other links:

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

@asfimport
Copy link
Collaborator Author

Apache Arrow JIRA Bot:
This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned per project policy. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

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

1 participant