You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: