alamb opened a new issue, #11790:
URL: https://github.com/apache/datafusion/issues/11790

   ### Is your feature request related to a problem or challenge?
   
   
   We are working to add complete `StringView` support in DataFusion, which 
permits potentially much faster processing of string data. See 
https://github.com/apache/datafusion/issues/10918 for more background.
   
   Today, most DataFusion string functions support `DataType::Utf8` and 
`DataType::LargeUtf8` and when called with a `StringView` argument DataFusion 
will cast the argument back to `DataType::Utf8` which is expensive.
   
   To realize the full speed of `StringView`, we need to ensure that all string 
functions support the `DataType::Utf8View` directly. 
   
   ### Describe the solution you'd like
   
   Port all string functions
   - [ ] https://github.com/apache/datafusion/pull/11676
   - [ ] https://github.com/apache/datafusion/pull/11556
   - [ ] https://github.com/apache/datafusion/issues/11786
   - (TODO many more)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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...@datafusion.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to