On Wed, 2 Jun 2021 15:05:58 -1000 Weston Pace <[email protected]> wrote: > > If you really wanted to avoid the copy then it would theoretically be > possible by basically "rewrapping" the buffers (similar to the way the > Python lib works). However, to the best of my knowledge, the Arrow C# > library does not have the capability today. So you would need to > invent it yourself.
Perhaps the Arrow C# library should implement the C data interface? Regards Antoine.
