Jefffrey commented on issue #2548:
URL: https://github.com/apache/datafusion/issues/2548#issuecomment-3637155692

   Some pointers.
   
   Planner code here, need to wire in support for operators other than `=`:
   
   
https://github.com/apache/datafusion/blob/2a08013af3ccf703bee202c959b40bb0d35bdea1/datafusion/functions-nested/src/planner.rs#L124-L136
   
   Implementation in here:
   
   
https://github.com/apache/datafusion/blob/2a08013af3ccf703bee202c959b40bb0d35bdea1/datafusion/functions-nested/src/array_has.rs
   
   - Need to consider how to work it into the existing code and try not to 
duplicate for all operators if possible
   
   Add SLT tests here:
   
   
https://github.com/apache/datafusion/blob/2a08013af3ccf703bee202c959b40bb0d35bdea1/datafusion/sqllogictest/test_files/array.slt


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