alamb commented on issue #7353:
URL: 
https://github.com/apache/arrow-datafusion/issues/7353#issuecomment-1686987939

   FWIW using an ArrayRef for a single scalar value may be substantially more 
overhead than todays implementation, though the fact they can be copied cheaply 
might make it a wash
   
   In general however, I think the basic idea is a great one and will simplify 
many things. Perhaps we can start at the edges: change code that today operates 
on `ScalarValue` to convert into ArrayRef and then call the appropriate arrow 
kernels


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

Reply via email to