contains
Creates an ARRAY_CONTAINS(expr, value) function that checks whether the given array expression contains the given value or not.
Return
The ARRAY_CONTAINS(expr, value) function.
Parameters
expression
The expression that evaluate to an array.
value
The value to search for in the given array expression.