Kev1n8 commented on PR #11920:
URL: https://github.com/apache/datafusion/pull/11920#issuecomment-2278593445

   Just a info: I tried combining the two functions `string_view_trim` and 
`string_trim` by treating `StringArray` and `StringViewArray` as something like 
`dyn Array + ArrayAccessor`. But the trait of `value()` between these two 
actually differs. `StringArray` impls `value()` by `impl ArrayAccessor` while 
it comes with no `ArrayAccessor` of `StringViewArray`, it is instead directly 
impl


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