array_contains
function
Applies to: Databricks SQL Databricks Runtime
Returns true if array
contains value
.
Arguments
array
: An ARRAY to be searched.value
: An expression with a type sharing a least common type with thearray
elements.