You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
Summary
Characteristic
Description
Function name:
array_has_any
Aliases:
list_has_any
Original function?:
No
Function Description:
PostgreSQL: Do the arrays overlap, that is, have any elements in common? Azure DataBricks: Returns true if the intersection of array1 and array2 is not empty. Clickhouse: Checks whether two arrays have intersection by some elements. DuckDB: Returns true if any elements exist is both lists.
Is your feature request related to a problem or challenge?
Summary
array_has_any
list_has_any
Azure DataBricks: Returns true if the intersection of array1 and array2 is not empty.
Clickhouse: Checks whether two arrays have intersection by some elements.
DuckDB: Returns true if any elements exist is both lists.
Examples:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: