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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Most of the other arrow implementations include a Table data structure that can hold a schema and a ChunkedArray for each column.
I've found these structures really useful in the python and javascript implementations, but they don't seem to be available in arrow2 (or arrow-rs, for that matter).
Are these a deliberate omission? Are there any plans to implement these constructs in the future, or suggestions on how to accomplish their work with the existing structs? (Example: Collect a long series of RecordBatches from an IPC stream in a way where they can be indexed across batch boundaries)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Most of the other arrow implementations include a Table data structure that can hold a schema and a ChunkedArray for each column.
I've found these structures really useful in the python and javascript implementations, but they don't seem to be available in
arrow2
(orarrow-rs
, for that matter).Are these a deliberate omission? Are there any plans to implement these constructs in the future, or suggestions on how to accomplish their work with the existing structs? (Example: Collect a long series of RecordBatches from an IPC stream in a way where they can be indexed across batch boundaries)
Beta Was this translation helpful? Give feedback.
All reactions