-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
I'm building a process to take data from pyarrow Tables and write their data a memory mapped file in a custom format. Currently, I iterate through the arrow table and must call as_py() only to convert the python value to bytes and write to the memory mapped file. If the pyarrow scalar API provided a view over the underlying storage, I could simply memcopy the values from the arrow buffer into the mmap buffer.
Reporter: Kyle Kavanagh / @kdkavanagh
Note: This issue was originally created as ARROW-16020. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement