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

   > We can add a new type of Expr called StructArrays
   
   I think we could also use the existing `ScalarValue` like this : 
https://docs.rs/datafusion/latest/datafusion/scalar/enum.ScalarValue.html#variant.Struct
   
   The trick in that case would be implementing `StructArray` support in 
https://github.com/apache/arrow-datafusion/blob/main/datafusion/physical-expr/src/expressions/in_list.rs
  -- @tustvold  said on slack "it would be straightforward" 😆  which it might 
be for him, I don't think it would be a good first issue
   


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