alamb commented on issue #22189:
URL: https://github.com/apache/datafusion/issues/22189#issuecomment-4500646326

   Maybe 
   ```rust
   enum SharedStr {
     /// Static string
     Static(&'static str),
     /// Shared arc
     Shared(Arc<str>),
      /// Owned allocation
      Owned(String)
   }
   ```


-- 
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]

Reply via email to