pitrou commented on issue #46128:
URL: https://github.com/apache/arrow/issues/46128#issuecomment-2820759277

   > I discovered a 
[method](https://docs.rs/arrow/latest/arrow/array/struct.GenericByteViewArray.html#method.gc)
 in the Arrow Rust implementation for compacting StringView types. Could a 
similar method be implemented in the C++ version?
   
   Indeed, that could be a method on `BinaryViewArray`.
   
   > If I want to implement it? Could I use `unique` compute function? And In 
which file, This function should be implemented
   
   Perhaps a new file `compute/kernels/scalar_string_view.cc`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to