alamb commented on issue #9403:
URL: 
https://github.com/apache/arrow-datafusion/issues/9403#issuecomment-1971812850

   > String/binary prefix stored in place similar to `ArrowBytesMap` might 
still be a valid plus since it allows us to avoid chase pointers sometimes.
   
   Yes, indeed -- I think an approach similar to or maybe even using 
`ArrowBytesMap` would be valuable to explore. The approach in ArrowBytesMap 
minimizes copies (each output string is copied once, and the final results is 
emitted without copying)
   
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to