-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Implement array_has function #6977
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem or challenge?
Summary
array_haslist_has,array_contains,list_containsClickhouse: Checks whether the ‘arr’ array has the ‘elem’ element. Returns 0 if the element is not in the array, or 1 if it is.
DuckDB: Returns true if the list contains the element.
Examples:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response