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

   ### Is your feature request related to a problem or challenge?
   
   ListView does not support `array_slice`, yet, like List does.
   
   ### Describe the solution you'd like
   
   Shouldn't be terribly complicated since it would all be operations on the 
offsets and sizes. Note, some care has to be taken to work correctly eg. in the 
case where a ListView was previously reversed 
(https://github.com/apache/datafusion/issues/18350).
   
   ### Describe alternatives you've considered
   
   Same as https://github.com/apache/datafusion/issues/18350: Cast to List 
instead, however, based on some profiling we've done in the other direction 
(converting List to ListView), this is a terrible idea.
   
   ### 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: [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