Open jayzhan211 opened 11 months ago
@jayzhan211 Hi! I can help with this ticket~
If I get the context correct, do you mean to support And
(&&
) as alias of array_intersect
like Duckdb
? I modified the issue title to make it more correct/understandable.
Is your feature request related to a problem or challenge?
Support list intersect operators like Duckdb. https://duckdb.org/docs/sql/functions/nested
Example: [1,2,3] && [4,5] -> array_intersect([1,2,3], [4,5])
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response