alamb commented on issue #21997: URL: https://github.com/apache/datafusion/issues/21997#issuecomment-4366188305
I think the idea of reusing the allocations for StringView is an interesting one (e.g. mutating the bytes in place when possible), especially for our string functions which will often be creating a temporary intermediate (the input is often not used again) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
