[ https://issues.apache.org/jira/browse/ARROW-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661978#comment-17661978 ]
Rok Mihevc commented on ARROW-4956: ----------------------------------- This issue has been migrated to [issue #21462|https://github.com/apache/arrow/issues/21462] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [C#] Allow ArrowBuffers to wrap external Memory in C# > ----------------------------------------------------- > > Key: ARROW-4956 > URL: https://issues.apache.org/jira/browse/ARROW-4956 > Project: Apache Arrow > Issue Type: Task > Components: C# > Reporter: Prashanth Govindarajan > Assignee: Prashanth Govindarajan > Priority: Major > Labels: pull-request-available > Fix For: 0.14.0 > > Time Spent: 2h 40m > Remaining Estimate: 0h > > At the moment, the C# ArrowBuffer implementation is immutable. The only way > to build it is through the provided builders. It also ought to be able to > wrap external memory as a zero copy op. The C++ implementation exposes this > as a GetMutableValue() method. Example use cases are similar to when a NumPy > array is wrapped in an ArrowBuffer in pyArrow. -- This message was sent by Atlassian Jira (v8.20.10#820010)