jayzhan211 commented on issue #6980: URL: https://github.com/apache/arrow-datafusion/issues/6980#issuecomment-1637009025
Since there is array_intersect and array_except, did you find any function similar to array_union, the function that returns a list of all elements that exist in `one of the l1 and l2` without duplicates? list_intersect([1,2,3], [3,4,5]) -> [1,2,3,4,5]. It seems to me a helpful set operation, but not sure why Duckdb does not have this one. -- 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]
